Proxypass Ajp

ProxyPass, ProxyReverse vs AJP – Stack Overflow I currently have a Tomcat + Apache HTTP server setting to serve my Java servlet: ProxyPass /myservice localhost:8080/myservice ProxyPassRerverse /myservice localhost:8080/myservice This is all fine except that myservice needs to know the client IP address, which always turns out to be 127. 0. […]