Tagged Questions
1
vote
3answers
3k views
Using ProxyPass for pages but not images
As a result of horrible, horrible errors, we've changed how we connect Apache to Tomcat. We were using mod_jk:
JkMount /path ajp13
Now we're using mod_proxy_ajp:
ProxyPass /path ...