You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2021/11/28 20:16:12 UTC

[Bug 53099] Allow multiple values in RemoteIPHeader

https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #9 from Rob <ro...@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