On Fri, Feb 5, 2010 at 8:13 AM, Arnab Ganguly <agangul...@gmail.com> 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 specific log.
>
> So from the request is there any function call can be done to retrieve the
> client information.

Why not just read the x-forwarded-for request header in your module?

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to