]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add some proposals
authorRuediger Pluem <rpluem@apache.org>
Sun, 18 Jan 2009 12:12:08 +0000 (12:12 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 18 Jan 2009 12:12:08 +0000 (12:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@735445 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 63a48cec2e2e2c4a2c2d59bb16887f227129435e..2abae9d3c4d7e7b7fa3fe016df8c002a5226c4e1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -134,6 +134,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch works
    +1: trawick, rpluem
 
+ * mod_proxy: Set the error time if we set a worker in error mode.
+   Trunk version of patch:
+      http://svn.apache.org/viewvc?rev=734703&view=rev
+   Backport version for 2.2.x of patch:
+      Trunk version of patch works
+   +1: rpluem,
+
+ * mod_proxy_balancer: Try first if we find any "recoverable" workers before
+   we force them to recover.
+   Trunk version of patch:
+      http://svn.apache.org/viewvc?rev=734710&view=rev
+   Backport version for 2.2.x of patch:
+      Trunk version of patch works
+   +1: rpluem,
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).