PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) mod_sed: Fix 'x' command processing
+ trunk patch: http://svn.apache.org/r1749401
+ http://svn.apache.org/r1749404 (CHANGES entry)
+ 2.4.x: trunk patch works
+ +1: jailletc36, rpluem, 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, rpluem, ylavic
+
+ *) Account for explicit enable- cases of 'shared', 'few', 'all', 'reallyall',
+ ensure all unrecognized --enable-foo=values mean *no*.
+ Backport: r1750335, r1750407, r1750420
+ Trunk patch: http://svn.apache.org/r1750335
+ http://svn.apache.org/r1750407
+ http://svn.apache.org/r1750420
+ 2.4.x patch: Trunk applies
+ +1: wrowe, rpluem, ylavic
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
2.4.x: trunk patch works
+1: elukey
- *) mod_sed: Fix 'x' command processing
- trunk patch: http://svn.apache.org/r1749401
- http://svn.apache.org/r1749404 (CHANGES entry)
- 2.4.x: trunk patch works
- +1: jailletc36, rpluem
-
*) mpm_event/worker: fix MaxSpareThreads lower bound (follow up to /
consistent with MinSpareThreads' change in r1748336 from 2.4.21)
trunk patch: http://svn.apache.org/r1750218
2.4.x: trunk works
+1: ylavic, rpluem
- *) 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, rpluem
-
- *) Account for explicit enable- cases of 'shared', 'few', 'all', 'reallyall',
- ensure all unrecognized --enable-foo=values mean *no*.
- Backport: r1750335, r1750407, r1750420
- Trunk patch: http://svn.apache.org/r1750335
- http://svn.apache.org/r1750407
- http://svn.apache.org/r1750420
- 2.4.x patch: Trunk applies
- +1: wrowe, rpluem
-
PATCHES/ISSUES THAT ARE BEING WORKED