Restarting Apache on server
**** Use coupon whukharry to avail a great discount of 10% on every order you placed at http://www.webhosting.uk.com/
Apache is widely used and most popular webserver which is having many unique features helpful for our websites. For some reason if you want to restart Apache server you should have root access to your server.
If you want to restart Apache server without affecting or killing other existing processes then you can use graceful restart command use following command :
service httpd graceful ( Using Graceful restart you don;t kill any existing apache processes which are running on your server.
For some reason If you wish to kill the existing http processes and want to restart apache server then use the following command :-
service httpd stop
service httpd startssl
You can also restart Apache and other related services from WHM control panel. Simply login, and select the service you wish to restart under the “restart services” section.
















