Changes between Version 68 and Version 69 of howto/MAMP


Ignore:
Timestamp:
Aug 24, 2014, 12:22:31 AM (10 years ago)
Author:
jakehawkes@…
Comment:

Personal Web Sharing on Mavericks is not an option in the Preferences app.

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v68 v69  
    1919
    2020If 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.
     21
     22On Mavericks, you'll need to do this from the command line:
     23{{{
     24sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
     25}}}
    2126
    2227=== Step 2: Install Apache === #apache