Apache - Restart Apache

Issue the following command:

service apache2 restart

or

apachectl -k restart 

Restart Gracefully

Ifrestarting the web server on a live website, it should be done gracefully.

A graceful restart tells the web sever to finish any active connections before restarting.

sudo /etc/init.d/apache2 graceful