You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/01/18 13:12:08 UTC

svn commit: r735445 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Sun Jan 18 04:12:08 2009
New Revision: 735445

URL: http://svn.apache.org/viewvc?rev=735445&view=rev
Log:
* Add some proposals

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=735445&r1=735444&r2=735445&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Jan 18 04:12:08 2009
@@ -134,6 +134,21 @@
       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).