]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We are back to the original scenario as apr has chosen not
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Oct 2007 04:16:26 +0000 (04:16 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Oct 2007 04:16:26 +0000 (04:16 +0000)
to maintain portability between win32 and unix.

Win32 will require duplicating the child_out and child_err
handles explicitly to apr_proc_create() of the child worker
process, revised patch will be forthcoming shortly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582073 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 63ab7dcd3c994ab99b8625dfdcc441a8006a98fa..b2942d8ae55b3197d394f5856134292b745008a4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -178,17 +178,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       PR 43491, solution validated by reporter
       +1: wrowe, rpluem
 
-   * mpm_winnt: Correct the approach to std file handles by simplifying
-     the approach and taking better advantage of apr's now-proper support.
-        http://svn.apache.org/viewvc?view=rev&revision=580433
-      See the corresponding patch to apr for 1.2.12 (already committed,
-      under dispute by Joe Orton, see dev@apr for relevant discussion);
-        http://people.apache.org/~wrowe/apr-1.2-win32-nohandle.patch
-      and be sure to catch the core log.c patch as well
-        http://svn.apache.org/viewvc?view=rev&revision=580437
-      Validated by Randy Kobes and Tom Donovan
-      +1: wrowe
-
    * mod_proxy: Fix persistent backend connections.
      PR 43472
      Trunk version of patch: