How to restart your Web Service

Sometimes we need to restart the web service after any modifications or after an issue has been fixed. Below are the steps to restart the web service from the server end.

Restarting the web service through the Control Panel

Login your control panel.
Select the domain.
Click the off/on button in front of the Web service as needed.

Restarting the Web Service in the Linux server

 Execute the following command on your server or VPS:

# /etc/rc.d/init.d/httpd stop (For stopping the web service)

# /etc/rc.d/init.d/httpd start  (For starting the web service)

Vimal Friday 28 June 2013 - 9:50 pm | | Default

No comments

(optional field)
(optional field)

Comment moderation is enabled on this site. This means that your comment will not be visible until it has been approved by an editor.

Remember personal info?
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.