+3 votes
in Web & Google by (71.8k points)
How can I start and stop apache server installed on Ubuntu 14.04?

1 Answer

+1 vote
by (71.8k points)
selected by
 
Best answer

If you have installed Apache2 as service, type the following command on the terminal.

- sudo service apache2 start   : to start the server

- sudo service apache2 stop   : to stop the server

- sudo service apache2 restart   : to restart the server

Related questions


...