Revision [693]
This is an old revision of ApacheOnMavericks made by WojciechLisiewicz on 2014-08-19 21:40:37.
Apache on Mavericks
configuring the built-in Webserver
automatic server start after booting
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
(see http://clickontyler.com/support/a/38/how-start-apache-automatically/)
(see http://clickontyler.com/support/a/38/how-start-apache-automatically/)
starting / stopping
sudo apachectl start / stop / restart
helpfully too:
sudo apachectl configtest
helpfully too:
sudo apachectl configtest