Start stop restart apache web server

Start Apache web server:

/etc/init.d/apache2 start

Stop Apache web server:

/etc/init.d/apache2 stop

Restart apache web server:

/etc/init.d/apache2 restart