http://svn.apache.org/r1781312
2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_ssl-restart_leaks-v2.patch
+1: ylavic, jim
+ -1: wrowe - FIPS_mode_set(0) breaks FIPS policy and should be a noop, AIUI?
+ (FIPS_mod_set(1) is per-process, but if openssl has been unloaded,
+ unloaded, then it is obviously repeated on reload. Perhaps dodge the
+ second mode set with linked-in mod_ssl?)
*) mod_proxy_hcheck: Don't validate timed out responses.
trunk patch: http://svn.apache.org/r1779574
http://svn.apache.org/r1783305
2.4.x patch: http://people.apache.org/~jfclere/patches/patch.46037.txt
+1: jfclere, jim
+ wrowe asks: Can we capitalize Verify in SSLOCSPNoverify to keep
+ with conventions?
*) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
computing and using the same entity key according to when the cache
http://svn.apache.org/r1787553
2.4.x patch: trunk works
+1 covener
+ wrowe notes: strncasecmp copy-paste error (should be strcasecmp), the
+ strn flavor was only for 'flag=' prefixes
*) mod_proxy: Allow the per-request environment variable "no-proxy" to
be used as an alternative to ProxyPass /path !. This is primarily
PR60624.
trunk patch: http://svn.apache.org/r1780095
2.4.x patch: trunk works
- +1: covener
+ +1: covener, wrowe
*) core: EBCDIC fixes for interim responses with additional headers.
trunk patch: http://svn.apache.org/r1777354
2.4.x patch: http://people.apache.org/~covener/patches/ebcdic-interim.diff
- +1: covener
+ +1: covener, wrowe
*) core: Add %{REMOTE_PORT} to the expression parser. PR59938
trunk patch: http://svn.apache.org/r1776459