Changes between Version 77 and Version 78 of howto/MAMP


Ignore:
Timestamp:
Dec 24, 2014, 8:08:30 PM (9 years ago)
Author:
magill@…
Comment:

Begin bringing the page up to date (Yosemite 12/2014)

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v77 v78  
    66
    77 * Apache 2.2.*
    8  * MySQL 5.1.*
     8 * MySQL 5.6.*
    99 * PHP 5.4.*
    1010
    1111= Step 1: '''Turn off Apple's "Personal Web Sharing"''' = #pws
    12 
     12=== Older OSX versions ===
    1313If you haven’t already done so, make sure you turn off Apple’s "Personal Web Sharing" in the System Preferences so that the default Apache server is not running. While you can set things up so that both servers run on different ports (e.g., port 80 and port 8080), it’s not worth the hassle of maintaining two web server daemons. Just use the latest Apache from MacPorts and be done with it.
    14 
     14=== Mavericks ===
    1515On Mavericks, you'll need to do this from the command line:
    1616{{{
    1717sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
    1818}}}
    19 
     19=== Yosemite ===
     20Yosemite (OSX 10.10) no longer has "Personal Web Sharing" as an option. Although the Apache2 web server is still supplied by Apple as part of the Yosemite distribution, there is no "easy" way to turn it on (or off). So, if you managed to turn it on, you already know how to turn it off!
     21
     22Apple recommends you purchase "OSX Server" to provide Web services. To turn off the Web Server with OSX Server" one simply launchers "Server manager" and turns off the Web Server from there.
    2023= Step 2: Install Apache = #apache
    2124