May 20, 2007 0

Start, Stop and Restart Apache on Mac OS X

By Levi Senft in Mac

The apachectl command can be found in /usr/sbin, so to start apache:

sudo /usr/sbin/apachectl start

 
To Stop Apache:

 sudo /usr/sbin/apachectl restart

To Restart Apache:

sudo /usr/sbin/apachectl restart

Tags: , , ,

Leave a Reply