You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Yann Ylavic <yl...@gmail.com> on 2018/02/14 15:20:09 UTC

Re: svn commit: r1824221 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS docs/manual/mod/mod_remoteip.xml modules/metadata/mod_remoteip.c

On Wed, Feb 14, 2018 at 11:55 AM,  <mi...@apache.org> wrote:
> Author: minfrin
> Date: Wed Feb 14 10:55:44 2018
> New Revision: 1824221
>
> URL: http://svn.apache.org/viewvc?rev=1824221&view=rev
> Log:
> mod_remoteip: Add PROXY protocol support
> trunk patch: http://svn.apache.org/r1776575
>              http://svn.apache.org/r1776578 (doc fix)
>              http://svn.apache.org/r1776624
>              http://svn.apache.org/r1776627 (shortened name + doc fix)
>              http://svn.apache.org/r1776674 (attribution moved to CHANGES)
>              http://svn.apache.org/r1776734
>              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)
>              http://svn.apache.org/r1788674 (final edge cases/ignore slave conns)
>              http://svn.apache.org/r1789800 (remove optional processing)
>              http://svn.apache.org/r1790169 (rename "exception" directive)
>              http://svn.apache.org/r1790457 (Update directive name in err message)
>              http://svn.apache.org/r1790691
>              http://svn.apache.org/r1806985
>              http://svn.apache.org/r1818279
> 2.4 convenience patch (includes CHANGES):
>              http://home.apache.org/~ylavic/patches/RemoteIPProxyProtocol.2.4-v3.patch
> +1: druggeri, jim, minfrin
>
> Modified:
>     httpd/httpd/branches/2.4.x/   (props changed)
>     httpd/httpd/branches/2.4.x/CHANGES
>     httpd/httpd/branches/2.4.x/STATUS
>     httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml
>     httpd/httpd/branches/2.4.x/modules/metadata/mod_remoteip.c

Somehow this commit does not correspond to v3 patch above (nor with trunk code).
For instance there are some reminiscence from
RemoteIPProxyProtocolEnable optional (old name and option).
Needs to be reverted, will do...


Regards,
Yann.