]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Replace the proxy_mods_enable logic, with its hazardous 'yes' value that
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 24 Jun 2016 05:31:13 +0000 (05:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 24 Jun 2016 05:31:13 +0000 (05:31 +0000)
commitb24d93310976d1847fa9781ece43ce744ec199b7
treed735da4a78cb7fdf42fbb17a0e0cc281dbe134cf
parent5fe47c42b417805c282e31e5a6799cbb1c7a931f
Replace the proxy_mods_enable logic, with its hazardous 'yes' value that
aborts the build on missing dependencies, with a local override of the
module_selection as 'most', and module_default of the same shared|static
model that was requested through --enable-proxy.

[For trunk, we need to reevaluate the 'most' condition of some of the more
esoteric modules, and simply drop the module_default override; where a user
wants to enable -only- mod_proxy, plus one proxy mechanism, the legacy 2.4.x
behavior retained by this patch is nuts. For one example,
  --enable-modules=few --enable-proxy-yes --enable-proxy_http
is a completely specific and legitimate syntax --- adding 10 other proxy
providers in response to this syntax is absurd.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750043 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/config.m4