How To Start Restart Stop Apache Server Ubuntu
It’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



