Web Hosting Talk







View Full Version : Activating configuration


illogix
06-10-2002, 03:16 PM
Hi,
I would like to know what are the best ways to make the changes to the configuration files of Bind and Apache active without restarting them ?

Thanks.

CyberScript
06-10-2002, 03:32 PM
If you are just reconfiguring bind run "ndc reconfig", or if you modified a zone run "ndc reload".

For apache you can run "apachectl graceful" instead of "apachectl restart" to simply reload the configuration files, no connections will be lost.