You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/06/26 15:34:12 UTC

svn commit: r1750253 - /httpd/httpd/branches/2.4.x/STATUS

Author: wrowe
Date: Sun Jun 26 15:34:12 2016
New Revision: 1750253

URL: http://svn.apache.org/viewvc?rev=1750253&view=rev
Log:
Proxy no-force patch to allow ./configure to succeed with enable-proxy=yes

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1750253&r1=1750252&r2=1750253&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Jun 26 15:34:12 2016
@@ -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