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
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.