7340 shaares
I am using Apache2 as a reverse proxy for tomcat, my configuration being something like:
ProxyRequests Off
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
My
I am using Apache2 as a reverse proxy for tomcat, my configuration being something like:
ProxyRequests Off
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
My