How to start stop apache on MAC OSX - Satish Gandham
start Apache
apachectl start
Stop Apache
apachectl stop
Restart Apache
apachectl restart
If the above commands don't work, try these
/etc/init.d/httpd start
/etc/init.d/httpd stop
/etc/init.d/httpd restart
Read full article from How to start stop apache on MAC OSX - Satish Gandham
No comments:
Post a Comment