Changes between Version 78 and Version 79 of howto/MAMP


Ignore:
Timestamp:
Dec 24, 2014, 9:28:22 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v78 v79  
    1010
    1111= Step 1: '''Turn off Apple's "Personal Web Sharing"''' = #pws
    12 === Older OSX versions ===
    13 If 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.
     12If you haven’t already done so, make sure you turn off Apple’s "Personal Web Sharing" 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.
     13
     14=== OS X 10.8 and older ===
     15Turn off Personal Web Sharing in the Sharing pane of System Preferences.
    1416=== Mavericks ===
    15 On Mavericks, you'll need to do this from the command line:
     17Stop the web server from the command line:
    1618{{{
    1719sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
    1820}}}
    1921=== Yosemite ===
    20 Yosemite (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 
    22 Apple 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.
     22Yosemite no longer has Personal Web Sharing as an option. Although the Apache 2 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!
     23=== OS X Server ===
     24Launch Server Manager and turn off the web server.
     25
    2326= Step 2: Install Apache = #apache
    2427