2.4.x patch: svn merge -c 1828879 ^/httpd/httpd/trunk .
+1: icing, jim, ylavic
+ *) mod_proxy: Do not restrict the maximum pool size for backend connections any
+ longer by the maximum number of threads per process and use a better default
+ if mod_http2 is loaded.
+ Trunk version of patch:
+ http://svn.apache.org/r1822849
+ http://svn.apache.org/r1822858
+ http://svn.apache.org/r1822878
+ http://svn.apache.org/r1822879
+ http://svn.apache.org/r1822883
+ http://svn.apache.org/r1828485
+ Changes in r1828493
+ Backport version for 2.4.x of patch:
+ Trunk version of patch works
+ svn merge -c 1822849,1822858,1822878,1822879,1822883,1828485 ^/httpd/httpd/trunk .
+ +1: rpluem, jim, ylavic
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-policy.patch
+1: icing
- *) mod_proxy: Do not restrict the maximum pool size for backend connections any
- longer by the maximum number of threads per process and use a better default
- if mod_http2 is loaded.
- Trunk version of patch:
- http://svn.apache.org/r1822849
- http://svn.apache.org/r1822858
- http://svn.apache.org/r1822878
- http://svn.apache.org/r1822879
- http://svn.apache.org/r1822883
- http://svn.apache.org/r1828485
- Changes in r1828493
- Backport version for 2.4.x of patch:
- Trunk version of patch works
- svn merge -c 1822849,1822858,1822878,1822879,1822883,1828485 ^/httpd/httpd/trunk .
- +1: rpluem, jim
-
*) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are
used as drop-in replacements for unusable workers in the same load balancer set. This differs
from hot standbys which are only used when all workers in a set are unusable. PR 61140.