Apache Server
Set up an http server on a macbook pro with Apache
-
check for apache on: ps aux | grep http
httpd is the nickname for apache that is recognized on mac unix.
-
start apache: sudo apachectl start
-
stop apache: sudo apachectl stop
-
restart apache: sudo apachectl restart
- Read more about Apache Server
- Log in or register to post comments