You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/10/05 06:17:24 UTC

svn commit: r582074 - /httpd/httpd/branches/2.0.x/STATUS

Author: wrowe
Date: Thu Oct  4 21:17:24 2007
New Revision: 582074

URL: http://svn.apache.org/viewvc?rev=582074&view=rev
Log:
We are back to the original scenario as apr has chosen not
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.

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=582074&r1=582073&r2=582074&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Thu Oct  4 21:17:24 2007
@@ -120,17 +120,6 @@
       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
-      Backported to 2.0 branch including the core log.c patch ;
-        http://people.apache.org/~wrowe/httpd-2.0-logging.patch
-      See the corresponding patch to apr for 1.2.12 (applies to 0.9
-      and already committed to apr/branches/apr-0.9.x/);
-        http://people.apache.org/~wrowe/apr-1.2-win32-nohandle.patch
-      Validated by Randy Kobes and Tom Donovan
-      +1: wrowe
-
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]