Q. Can I restart my Apache server for my VPS account without affecting other VPS accounts ?
Ans : Yes, you can restart your Apache server without affecting the other VPS web hosting account on the same server. You can restart it by using the graceful restart command.
COMMAND : service httpd graceful
Graceful restart command ensures you that it won’t kill any existing apache processes.




