From: William A. Rowe Jr Date: Sun, 26 Jun 2016 15:34:12 +0000 (+0000) Subject: Proxy no-force patch to allow ./configure to succeed with enable-proxy=yes X-Git-Tag: 2.4.23~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e07c6bf58b2f9da47eb808ba74b68c92fdd2651a;p=apache Proxy no-force patch to allow ./configure to succeed with enable-proxy=yes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750253 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1f2ba3b334..ef2ae4855e 100644 --- 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