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)
]]>