Changes between Version 3 and Version 4 of howto/MAMP


Ignore:
Timestamp:
Jun 2, 2008, 3:15:06 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

remove erroneous instruction

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v3 v4  
    3535}}}
    3636
    37 Activate your Apache installation so that it autostarts when you boot your machine:
     37Activate your Apache installation so that it starts now and every time you boot your machine:
    3838
    3939{{{
    4040sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist
    41 }}}
    42 
    43 Start Apache (the previous step only activates the autostart; it didn't start it for the current boot cycle):
    44 
    45 {{{
    46 sudo /opt/local/apache2/bin/apachectl -k start
    4741}}}
    4842