]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Complete patchset for backport proposal an vote for it.
authorRuediger Pluem <rpluem@apache.org>
Sat, 4 Nov 2006 21:58:50 +0000 (21:58 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 4 Nov 2006 21:58:50 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@471271 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 59f05e933d1b207b92d70e776b033e1f1e222564..f35ca27338aa888f62d170238db1c38ed35c10d8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -211,12 +211,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk: http://svn.apache.org/viewvc?view=rev&rev=463427
       +1: minfrin
 
-   * mod_proxy_balancer: Implement new environment variable BALANCER_ROUTE_CHANGED
-      Trunk version of patch:
+   * mod_proxy_balancer: Implement new environment variables
+                         BALANCER_NAME
+                         BALANCER_WORKER_NAME
+                         BALANCER_WORKER_ROUTE
+                         BALANCER_SESSION_STICKY
+                         BALANCER_SESSION_ROUTE
+                         BALANCER_ROUTE_CHANGED
+      Trunk versions of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=417238 (including docs)
+        http://svn.apache.org/viewvc?view=rev&revision=437773 (docs)
         http://svn.apache.org/viewvc?view=rev&revision=446929
+        http://svn.apache.org/viewvc?view=rev&revision=453630 (docs)
       2.2.x version of patch:
         Trunk version works
-      +1:
+      +1: rpluem
 
    * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
      directive.