]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Things get a little more complicated here, but folks who still
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 01:25:50 +0000 (01:25 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 01:25:50 +0000 (01:25 +0000)
need to run 2.0.x need these same cleanups of leaks and stderr
handling.  Thanks to jorton and rpluem for their pioneering work
in originally diagonising the issue.

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

STATUS

diff --git a/STATUS b/STATUS
index b234fefdfbb1ed5bfec8476a7821a7edd16587aa..ce4be300162e65ef169e528e1d2edab6f48dd5f8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -120,15 +120,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     identify exactly what the proposed changes are!  Add all new
     proposals to the end of this list. ]
 
-    * ApacheMonitor: Fix Windows Vista detection.
-      http://svn.apache.org/viewvc?view=rev&revision=536052      
-      http://svn.apache.org/viewvc?view=rev&revision=556879
-      http://svn.apache.org/viewvc?view=rev&revision=557188
-      +1: mturk
-      sctemme: as wrowe notes in 2.2 STATUS, it would make sense to
-      make this future-resilient.
-      mturk: Updated proposal with generis OS detection
-      
     *) Reverse Proxy fixes: <Location> bug and Cookie support
         Patch is at
         http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch
@@ -142,6 +133,37 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
 
+    * mpm_winnt: Prevent the parent-child pipe from leaking into other
+      spawned processes, and ensure we have a /Device/null handle for
+      stdout when running as-a-service.  [William Rowe]
+        http://svn.apache.org/viewvc?view=rev&revision=568446
+      adjusted for 2.0;
+        http://people.apache.org/~wrowe/r568446-backport-2.0.patch
+        +1: wrowe
+
+    * log core: Fix issue which could cause piped loggers to be orphaned 
+      and never terminate after a graceful restart. PR 40651. [Joe Orton, 
+      Ruediger Pluem]
+        http://svn.apache.org/viewvc?view=rev&revision=452431
+      log core: fix the new piped logger case where we couldn't connect 
+      the replacement stderr logger's stderr to the NULL stdout stream.  
+      Continue in this case, since the previous alternative of no error 
+      logging at all (/dev/null) is far worse. [William Rowe]
+        http://svn.apache.org/viewvc?view=rev&revision=568326
+      r452431 plus r568326; adjusted for 2.0;
+        http://people.apache.org/~wrowe/r568326-backport-2.0.patch
+      disambiguate an error message to diagnose future error reports
+        http://svn.apache.org/viewvc?view=rev&revision=568322
+        +1: wrowe
+
+    * main core: Emit errors during the initial apr_app_initialize()
+      or apr_pool_create() (when apr-based error reporting is not ready).
+        http://svn.apache.org/viewvc?view=rev&revision=568779
+      adjusted for 2.0;
+        http://people.apache.org/~wrowe/r568779-backport-2.0.patch
+        +1: wrowe
+
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.