Jan 022010
Restart Apache web server in Mac OSX
Answer:
Open the terminal, and type
sudo apachectl -k restart
To stop it, type
sudo apachectl -k stop
To start it, type
sudo apachectl -k start
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Restart Apache web server in Mac OSX
Answer:
Open the terminal, and type
sudo apachectl -k restart
To stop it, type
sudo apachectl -k stop
To start it, type
sudo apachectl -k start