How To Start Restart Stop Apache Server Ubuntu

April 1, 2009

Posted by: leoslab

Category: Linux

Tags: , ,

How To Start Restart Stop Apache Server Ubuntu

apache web serverIt’s quite simple how to start / restart / stop the apache web server. Open your console and use this command.

Start sudo /etc/init.d/apache2 start

Restart : sudo /etc/init.d/apache2 restart

Stop : sudo /etc/init.d/apache2 stop