]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Account for lost toggle in lbmethod(s)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 14:19:47 +0000 (14:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 14:19:47 +0000 (14:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750518 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1afcbbeeaf9339fb7ef935dee43607634921be50..8c58f2a1b6d78b98736400c8d6d763261f478c55 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -146,6 +146,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk patch works
      +1: elukey
 
+  *) lbmethod(s): Fix proxy balancer lbmethod --enable defaults
+     to follow proxy_balancer
+     trunk patch: http://svn.apache.org/r1750507
+     2.4.x: trunk patch works
+     +1: wrowe
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
 
@@ -203,7 +209,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
      if APR_XML_X2T_PARSED is defined, and the patch was tested with
      both apr-util v1.6 and apr-util v1.5.
 
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * core: Add ap_errorlog_provider to make ErrorLog logging modular. This