From: William A. Rowe Jr Date: Tue, 28 Jun 2016 18:38:31 +0000 (+0000) Subject: Complete the lbmethods patch in the case of --enable-proxy-balancer=shared X-Git-Tag: 2.4.23~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23ef9233d3e13cd8cfcfea3e089f04b5ce8c07d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index 8c58f2a1b6d..724010068d4 100644 --- a/STATUS +++ b/STATUS @@ -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