You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Saunders Jack <ja...@volvo.com> on 2004/07/23 14:53:01 UTC

[users@httpd] Fowarding Client's IP

Is there a way to have an Apache 2 reverse proxy forward the requesting
browser ip address to the backend server instead of advertising only the
proxy's ip?
 
This is required for some ip security code they have written on the
backend.
 
Thanks
 
 

Re: [users@httpd] Fowarding Client's IP

Posted by Joshua Slive <js...@gmail.com>.
[Please post in plain text.]

Apache includes this information automatically in the X-Forwarded-For
HTTP request header.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Fowarding Client's IP

Posted by Nick Kew <ni...@webthing.com>.
On Fri, 23 Jul 2004, Saunders Jack wrote:

> Is there a way to have an Apache 2 reverse proxy forward the requesting
> browser ip address to the backend server instead of advertising only the
> proxy's ip?
>
> This is required for some ip security code they have written on the
> backend.

Perhaps you're looking for the patch at
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29404

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org