From: William A. Rowe Jr Date: Thu, 23 Aug 2007 01:25:50 +0000 (+0000) Subject: Things get a little more complicated here, but folks who still X-Git-Tag: 2.0.61~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a8e55da28a41264bf3f8a940019430368ae49a3;p=thirdparty%2Fapache%2Fhttpd.git Things get a little more complicated here, but folks who still 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 --- diff --git a/STATUS b/STATUS index b234fefdfbb..ce4be300162 100644 --- 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: 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.