Tagged Questions
3
votes
2answers
4k views
ProxyPass, ProxyReverse vs AJP
I currently have a Tomcat + Apache HTTP server setting to serve my Java servlet:
ProxyPass /myservice http://localhost:8080/myservice
ProxyPassRerverse /myservice http://localhost:8080/myservice
...