PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
+ *) mod_proxy: replace broken hunting for proxypass exceptions to location-based
+ proxypass directives with "no-proxy" envvar. Fixes a regression in 2.4.25.
+ trunk patch: http://svn.apache.org/r1781324
+ http://svn.apache.org/r1781328
+ 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-noproxy.diff
+ +1 covener, jim, jorton
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: trunk works *after r1779573 above* (modulo CHANGES)
+1: ylavic, jim
- *) mod_proxy: replace broken hunting for proxypass exceptions to location-based
- proxypass directives with "no-proxy" envvar. Fixes a regression in 2.4.25.
- trunk patch: http://svn.apache.org/r1781324
- http://svn.apache.org/r1781328
- 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-noproxy.diff
- +1 covener, jim, jorton
-
*) PR 60576: 2.4.21 broke PHP-FPM with the patch to strip the bogus "proxy://"
prefix from SCRIPT_FILENAME. We need to revert to the previous behavior
ASAP to avoid any further hurdles with FCGI implementations while we figure