2.4 patch: trunk works (modulo CHANGES)
+1: elukey, jim
- *) mod_remoteip: Add PROXY protocol support
- trunk patch: http://svn.apache.org/r1776575
- http://svn.apache.org/r1776578 (doc fix)
- http://svn.apache.org/r1776627 (shortened name + doc fix)
- http://svn.apache.org/r1776674 (attribution moved to CHANGES)
- http://svn.apache.org/r1776740 (attribution updated in mod_remotip.c)
- http://svn.apache.org/r1778268 (fix compiler warning)
- http://svn.apache.org/r1780725 (set buckets aside)
- http://svn.apache.org/r1781030 (fix strict GCC warning)
- http://svn.apache.org/r1781031 (reference the filter by handle)
- http://svn.apache.org/r1781701 (rework optional processing case)
- 2.4 convenience patch (includes CHANGES):
- http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
- +1: druggeri, jim
- -1: wrowe (as noted on list, not limiting to inbound primary pre_conn
- scope correctly; lots of redundant code happpening per-request
- for a per-connection behavior. Investigating further.)
-
*) mod_brotli: Backport of mod_brotli filter
trunk patch: http://svn.apache.org/r1761714
http://svn.apache.org/r1762512
2.4.x patch: http://home.apache.org/~jim/patches/brotli-2.4.patch
+1: jim, jorton,
-1: wrowe (Premature, waiting on github.com/google/brotli stable release)
+ jim asks: How long do you propose we wait on this?? Not sure why
+ this is handled differently than OpenSSL 0.9.7 and APR
+ 0.9 was... What is wrong with releasing this with
+ the caveat that it is dependent on a "still-in-work"
+ library??
jailletc36: doc should also be back-ported (r1779091 + r1779699)
*) mod_ssl: work around leaks on (graceful) restart.
PATCHES/ISSUES THAT ARE BEING WORKED
[ New entried should be added at the START of the list ]
+ *) mod_remoteip: Add PROXY protocol support
+ trunk patch: http://svn.apache.org/r1776575
+ http://svn.apache.org/r1776578 (doc fix)
+ http://svn.apache.org/r1776627 (shortened name + doc fix)
+ http://svn.apache.org/r1776674 (attribution moved to CHANGES)
+ http://svn.apache.org/r1776740 (attribution updated in mod_remotip.c)
+ http://svn.apache.org/r1778268 (fix compiler warning)
+ http://svn.apache.org/r1780725 (set buckets aside)
+ http://svn.apache.org/r1781030 (fix strict GCC warning)
+ http://svn.apache.org/r1781031 (reference the filter by handle)
+ http://svn.apache.org/r1781701 (rework optional processing case)
+ 2.4 convenience patch (includes CHANGES):
+ http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
+ +1: druggeri, jim
+ -1: wrowe (as noted on list, not limiting to inbound primary pre_conn
+ scope correctly; lots of redundant code happpening per-request
+ for a per-connection behavior. Investigating further.)
+
*) mod_ssl: Return 502 instead of 500 when SSL peer check or
proxy_post_handshake hook fails.
Trunk patch: r1645529 (works)