RE: [Bug 53099] Allow multiple values in RemoteIPHeader

2021-12-11 Thread perezdebra769
This not me stop itSent from my Galaxy
 Original message From: bugzi...@apache.org Date: 11/12/2021  
11:56 am  (GMT-08:00) To: bugs@httpd.apache.org Subject: [Bug 53099] Allow 
multiple values in RemoteIPHeader 
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099--- Comment #10 from Seb 
 ---Having this would be a game changer.It seems you can do 
this per virtual host, but it's unmanageable for serverswith a large number or 
when you have other users creating them, any of whichmay 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.orgFor additional commands, 
e-mail: bugs-h...@httpd.apache.org

[Bug 53099] Allow multiple values in RemoteIPHeader

2021-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #10 from Seb  ---
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-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 53099] Allow multiple values in RemoteIPHeader

2021-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #9 from Rob  ---
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-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 53099] Allow multiple values in RemoteIPHeader

2019-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #8 from Christophe JAILLET  ---
RemoteIPHeader still accepts only one parameter, so no, it is still not
possible.
(read: patches welcome :) )

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



[Bug 53099] Allow multiple values in RemoteIPHeader

2019-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #7 from Artem Russakovskii  ---
It's been 7 years and the bug is still open - is it really still not possible
to use multiple headers?

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



[Bug 53099] Allow multiple values in RemoteIPHeader

2017-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

--- Comment #6 from Jason  ---
I too would like to see multiple Headers supported here for the very reason
that Tom mentions in Comment #5:

This would be extremely useful, as modern proxies have moved away from
X-Forwarded-From, to their own header for each (Cloudflare, Securi, etc.)

I find myself wrestling with Load Balancer's which use one Header and
CloudFlare which uses another. Installing both mod_cloudflare and mod_remoteip
will cause Apache to crash if both modules attempt to set different IPs. 

I'd like to keep control of the headers in one place as well. It's simple
enough to emulate mod_cloudflare with mod_remoteip but in doing so we cannot
convert our LB IPs because mod_remoteip only accepts one header.

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



[Bug 53099] Allow multiple values in RemoteIPHeader

2017-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099

Tom Sommer  changed:

   What|Removed |Added

Summary|feature request for |Allow multiple values in
   |mod_remoteip|RemoteIPHeader

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