Difference between revisions of "Osx-apache"

From John Freier
Jump to: navigation, search
(Created page with 'Start Apache in OSX To start Apache sudo apachectl start To stop Apache sudo apachectl stop To restart Apache sudo apachectl restart To find the Apache version h…')
(No difference)

Revision as of 08:59, 13 June 2014

Start Apache in OSX

To start Apache

 sudo apachectl start


To stop Apache

 sudo apachectl stop

To restart Apache

 sudo apachectl restart

To find the Apache version

 httpd -v