]> granicus.if.org Git - apache/commitdiff
Proxy no-force patch to allow ./configure to succeed with enable-proxy=yes
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 26 Jun 2016 15:34:12 +0000 (15:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 26 Jun 2016 15:34:12 +0000 (15:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750253 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1f2ba3b334a535a47d4aa72136507a17872ef4f5..ef2ae4855e35715a5e1c7042f0beadc4b74d82c3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -169,6 +169,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk works
      +1: ylavic
 
+  *) mod_proxy: Replace the logic for selecting proxy sub-modules, retaining
+     the 2.4.x legacy behavior, by elevating the module selection to 'most'
+     through all proxy_* sub-module configuration tests, and apply the same
+     static or shared linkage of mod_proxy to each sub-module not otherwise
+     explicitly marked static or shared. By dropping the default 'yes' toggle,
+     this patch ensures we will no longer abort the configuration when failing
+     to enable a module for missing dependencies.
+     trunk patch: http://svn.apache.org/r1750043
+     2.4.x: https://raw.githubusercontent.com/wrowe/patches/master/proxy-noforce-2.4.x.patch
+     +1: wrowe
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if