Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by MarcMongenet: http://wiki.apache.org/httpd/ModuleLife ------------------------------------------------------------------------------ * The configuration is parsed again, for real this time. * The module post_init hook is called for the 2nd time. * Children processes are started, they may be forked, or not (Windows). - * If the children are not forked, they repeat the whole startup, with 2 configurations parsing. + * If the children are not forked, they repeat the whole startup, and the post_config hook is called twice again in the children. * On restart and graceful restart, the module is unloaded and reloaded/init, and the post_config hook is called one time. * On graceful restart, new children processes may be running on the new configuration while old children on the old configuration are still serving a request.
