You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2009/02/01 22:57:48 UTC

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

Author: jim
Date: Sun Feb  1 21:57:48 2009
New Revision: 739857

URL: http://svn.apache.org/viewvc?rev=739857&view=rev
Log:
Propose lbset fix

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=739857&r1=739856&r2=739857&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Feb  1 21:57:48 2009
@@ -97,6 +97,15 @@
       Trunk version of patch works
    +1: rpluem, pgollucci
 
+ * mod_proxy_balancer: Fix handling of lbset for non-seq config'ed
+   clusters:
+   Trunk version of patch:
+      http://svn.apache.org/viewvc?view=rev&revision=739852
+      http://svn.apache.org/viewvc?view=rev&revision=739853
+      http://svn.apache.org/viewvc?view=rev&revision=739854
+   Backport version for 2.2.x of patch:
+      http://people.apache.org/~jim/patches/httpd-2.2-lbset.patch
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).