Published on Friday, February 15th, 2008 at 9:32 pm

Sometimes you want to restart your Apache server after changing some configuration in your virutual hosts,sites etc, but you have few hundred clients currently downloading files from your server and you dont want to disconnect them.You need to use the following command

sudo /etc/init.d/apache2 graceful

This will gracefully restart your Apache with new configuration without affecting your client connections.

ref : http://www.ubuntugeek.com/restart-apache-server-without-affecting-existing-connections.html

Related Posts

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>