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=43534>. 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=43534 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20905|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2007-12-12 10:57 ------- Created an attachment (id=21264) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21264&action=view) new patch for 2.2.x branch 12/12/2007 Updated patch for 2.2.x trunk (revision 603073 - Dec 12, 2007). Per Bug 43329 - reverting the apr_proc_create behavior fixes the problem for new processes created by mod_fastcgi or mod_fcgid. STD_OUTPUT_HANDLE and STD_ERROR_HANDLE are now INVALID_HANDLE_VALUE as required. The Apache child process itself must be created with valid stdout and stdin file descriptors (vs. HANDLEs) for modules which use fd's. It is OK for these to be file descriptors to "NUL". This patch always creates the Apache child with "NUL" as stdout, which the child later _dup2's to stdin after all the info has been collected from the parent via the stdin pipe. This leaves the Apache child with acceptable fd's for stdin and stdout to satisfy modules which use fd's instead of HANDLEs (like mod_perl). -- 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]
