]> granicus.if.org Git - apache/commit
Resolve console-mode stdout file descriptor issues for mod_perl by replacing
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 6 Jan 2008 17:35:03 +0000 (17:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 6 Jan 2008 17:35:03 +0000 (17:35 +0000)
commit1185659d69caf992c20e3be34aa4e3067600716b
tree18ebbb9b92da4e15a7ccde2fbcaae7e6ab576b60
parent67d94b37bffc27f9b2dad00a4dc235078d6cceb8
Resolve console-mode stdout file descriptor issues for mod_perl by replacing
it in lockstep with unix stdout replacement (in pre_config).  Only an undetached
server (console mode single process/debug) will retain the original stdout, just
as on unix.  Inspired by research of Tom and myself (CHANGES to credit both).

PR: 43534

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@609354 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/mpm_winnt.c