]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport proposal: ProxyPassreverse "fix"
authorJim Jagielski <jim@apache.org>
Tue, 5 Feb 2008 13:36:46 +0000 (13:36 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 5 Feb 2008 13:36:46 +0000 (13:36 +0000)
    http://svn.apache.org/viewvc?view=rev&revision=616335

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

STATUS

diff --git a/STATUS b/STATUS
index d0d51d558cc566703e0de0fca11a6425ac1856d4..37c32b79bedef194352a929f2ab0cfc886fd4921 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -137,13 +137,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
   * core: Reinstate location walk for subrequests.
       Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=579664
+         http://svn.apache.org/viewvc?view=rev&revision=579664
       Backport version of 2.2.x of patch:
-       Trunk version works (minus CHANGES conflict)
+         Trunk version works (minus CHANGES conflict)
     +1: 
 
  * ab: Use a 64 bit unsigned int instead of a signed long to count the
-       bytes transferred to avoid integer overflows
+   bytes transferred to avoid integer overflows
    PR: 44346
       Trunk version of patch:
          http://svn.apache.org/viewvc?rev=617890&view=rev
@@ -151,6 +151,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
     +1: rpluem, jim
 
+ * mod_proxy: Make ProxyPassReverse balancer aware; a common config
+   confusion issue.    
+      Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=616335
+      Backport version for 2.2.x of patch:
+         Trunk version works (minus CHANGES conflict)
+    +1: jim
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when