]> granicus.if.org Git - apache/commitdiff
Complete the lbmethods patch in the case of --enable-proxy-balancer=shared
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 18:38:31 +0000 (18:38 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Jun 2016 18:38:31 +0000 (18:38 +0000)
(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

STATUS

diff --git a/STATUS b/STATUS
index 8c58f2a1b6d78b98736400c8d6d763261f478c55..724010068d4f4fdced9e02ef732e1a0c91ca409b 100644 (file)
--- 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