Mailing List Archive

[Bug 53099] Allow multiple values in RemoteIPHeader
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #9 from Rob <robert@irrelevant.com> ---
Just a note to mention I have need of this too. I have two different domain
names pointing at the same webserver, but they are fronted by different
upstream proxies, each of which has their own header they use.

Having them individually in the config was my first attempt:
RemoteIPHeader X-Real-IP
RemoteIPTrustedProxy 127.0.0.1/24
..etc
RemoteIPHeader CF-Connecting-IP
RemoteIPTrustedProxy 173.245.48.0/20
..etc

but this just ignores the first value completely..

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 53099] Allow multiple values in RemoteIPHeader [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #10 from Seb <scyr@pardesign.net> ---
Having this would be a game changer.

It seems you can do this per virtual host, but it's unmanageable for servers
with a large number or when you have other users creating them, any of which
may or may not use any available proxy.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org