DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27038>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27038 Parent process not ending when stopping apache [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-02-19 11:26 ------- MPMs close down the server in their child init functions in some catastrophic situations (e.g., can't perform child initialization of the accept mutex) by exiting the process via "exit(APEXIT_CHILDFATAL)" but they do it from an orderly shutdown function that is not available to modules (clean_child_exit()). I don't know what the repercussions would be if you exit() directly. Potentially this is something that could be improved upon in Apache 2.1-dev by making an API change to allow child-init to bring down the server in a relatively orderly manner. (discussion on [EMAIL PROTECTED], not here ;) ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
