https://issues.apache.org/bugzilla/show_bug.cgi?id=45103
--- Comment #2 from Takashi Sato <[EMAIL PROTECTED]> 2008-05-30 10:50:02 PST --- http://httpd.apache.org/docs/trunk/en/stopping.html When you issue a restart, a syntax check is first run, to ensure that there are no errors in the configuration files. If your configuration file has errors in it, you will get an error message about that syntax error, and the server will refuse to restart. This avoids the situation where the server halts and then cannot restart, leaving you with a non-functioning server. http://httpd.apache.org/docs/2.2/en/stopping.html If your configuration file has errors in it when you issue a restart then your parent will not restart, it will exit with an error. In the case of graceful restarts it will also leave children running when it exits. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
