At 05:16 AM 1/9/03 +1000, Timothy Hitchens \(HiTCHO\) wrote:
use: apachectl graceful

It will reload the config's and allow operation to continue!!

Yes, in many cases this is the best option. The only time I've found it will not work is when you are adding or changing SSL certificates. For all other changes graceful is much better choice because Apache will not lose any connections. Anything that comes in after the graceful gets handled based on the new configuration. Things that are already running will complete using the old configuration. The important thing, your machine never ignores requests.

Rick


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to