Passing IP address with mod_proxy
- by Konrad Garus
I have Apache with mod_proxy passing requests to Tomcat. The trouble is, when I get client IP address associated with a request in web app hosted on Tomcat, it always returns 127.0.0.1.
Is it possible to have Apache pass the original IP address to Tomcat?