Restart Apache Server without affecting existing connections
Posted by Admin on October 3rd, 2007
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
You need to use the following command
#/etc/init.d/apache2 graceful
This will gracefully restart your Apache with new configuration without affecting your client’s connections.

