Re: [us...@httpd] getting client ip address information from http request.

2010-02-05 Thread William A. Rowe Jr.
On 2/5/2010 7:13 AM, Arnab Ganguly wrote: > Hi All, > How do I retrieve client ip information from the http request in Apache > module ? Like the loadbalancer is putting it own ip in the place of > client ip address. We tried %{X-Forwarded-For} but this takes care of > access log not the module spe

Re: [us...@httpd] getting client ip address information from http request.

2010-02-05 Thread Eric Covener
On Fri, Feb 5, 2010 at 8:34 AM, Arnab Ganguly wrote: > Thanks!! > As x-forwarded is configured in httpd.conf, Isn't it added by the proxy server? What does it have to do with httpd.conf? -- Eric Covener cove...@gmail.com - Th

Re: [us...@httpd] getting client ip address information from http request.

2010-02-05 Thread Arnab Ganguly
Thanks!! As x-forwarded is configured in httpd.conf, so if we don't configure we don't get the information.Is it possible to make the module independent of the configuration file and just from the request get the information ? -A On Fri, Feb 5, 2010 at 7:00 PM, Eric Covener wrote: > On Fri,

Re: [us...@httpd] getting client ip address information from http request.

2010-02-05 Thread Eric Covener
On Fri, Feb 5, 2010 at 8:13 AM, Arnab Ganguly wrote: > Hi All, > How do I retrieve client ip information from the http request in Apache > module ? Like the loadbalancer is putting it own ip in the place of client > ip address. We tried %{X-Forwarded-For} but this takes care of access log > not th

[us...@httpd] getting client ip address information from http request.

2010-02-05 Thread Arnab Ganguly
Hi All, How do I retrieve client ip information from the http request in Apache module ? Like the loadbalancer is putting it own ip in the place of client ip address. We tried %{X-Forwarded-For} but this takes care of access log not the module specific log. So from the request is there any functio