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

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
parent 6610b08e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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