2013-08-29

APACHE - How to start, stop or restart the apache server

Just type this command in a new Terminal window:

Restart:
sudo apachectl restart

Stop:

sudo  apachectl -k stop

Start:

sudo  apachectl -k start


No comments:

Post a Comment