Commit e364796e authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Complete the lbmethods patch in the case of --enable-proxy-balancer=shared

(that value was forgotten once the module was enabled), and note a nice-to-have
backport that isn't critical for 2.4.23.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750554 13f79535-47bb-0310-9956-ffa450edef68
parent 0e1629ac
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -146,9 +146,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x: trunk patch works
     +1: elukey

  *) configure: Promote any static module to yes|shared if a required
     dependency is not static
     [Note, this isn't critical for 2.4.23, but is nice-to-have
     to assist users who mis-combine flags in an unusual way.]
     trunk patch: http://svn.apache.org/r1749925
     2.4.x: trunk patch works
     +1: wrowe

  *) lbmethod(s): Fix proxy balancer lbmethod --enable defaults
     to follow proxy_balancer
     trunk patch: http://svn.apache.org/r1750507
                  http://svn.apache.org/r1750553
     2.4.x: trunk patch works
     +1: wrowe