DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41953>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41953 Summary: pidfile remains when 2nd pass of post-config returns err Product: Apache httpd-2 Version: 2.2.4 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal Priority: P2 Component: mpm_winnt AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] On windows, when a module returns an error during the second pass of the post-config hook (in the parent) the parent process exits but does not remove the PidFile. I encountered this on a custom module that tries to avoid initializing an external library in the parent, but I verified it by adding some simple code to the mod_rewrite post-config to return ISE at different times based on environment variables (and reading first_time and getenv(AP_PARENT_PID). I struck out trying to find the source of the stranded pidfile in the mpm. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
