Restarting Apache Server for VPS
Ans : Yes, your Apache server can be restart without affecting the other VPS hosting account on the same server. You can restart it with the help of the graceful restart command as given below.
Command:
service httpd graceful
Using the Graceful restart command ensures you that it won’t kill any existing Apache processes.