*) mod_proxy: Allow the per-request environment variable "no-proxy" to
be used as an alternative to ProxyPass /path !. This is primarily
to set exceptions for ProxyPass specified in <Location> context.
- Use SetEnvIf, not SetEnv.
+ Use SetEnvIf, not SetEnv. PR 60458.
*) mod_http2: fixes PR60599, sending proper response for conditional requests
answered by mod_cache. [Jeff Wheelhouse, Stefan Eissing]
RELEASE SHOWSTOPPERS:
- *) PR 60071: Child httpd processes crash with Segmentation fault
+ *) mod_proxy_hcheck: Ensure thread-safety when concurrent healthchecks are
+ in use (ProxyHCTPsize > 0). PR 60071.
trunk patch: http://svn.apache.org/r1779573
- http://svn.apache.org/r1779574
- http://svn.apache.org/r1779623
- 2.4.x patch: trunk works
- +1: jim
-
- *) PR60458: Rip out this regression or fix (TBD)
+ 2.4.x patch: trunk works (modulo CHANGES)
+ +1: ylavic, jim
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_ssl-restart_leaks-v2.patch
+1: ylavic, jim
- *) mod_proxy_hcheck: Ensure thread-safety when concurrent healthchecks are
- in use (ProxyHCTPsize > 0). PR 60071.
- trunk patch: http://svn.apache.org/r1779573
- 2.4.x patch: trunk works (modulo CHANGES)
- +1: ylavic, jim
-
*) mod_proxy_hcheck: Don't validate timed out responses.
trunk patch: http://svn.apache.org/r1779574
http://svn.apache.org/r1779623