标签: java apache tomcat proxy
我的Web服务配置了Apache httpd作为tomcat7的代理。在我的webapp中,我需要收集客户端的IP地址。 header.getRemoteAddr()。当前配置仅接收httpd代理(127.0.0.1)的IP地址。有没有办法让httpd通过客户端的IP地址,以便getRemoteAddr()或其他方法返回它?
感谢您的帮助。