Fenlason, Josh wrote:
With the new proxy_ajp module it doesn't seem possible to only pass dynamic content to the servlet engine as was possible with mod_jk.

I discovered another method today: I had to install a tomcat connector today, and found the following in the documentation (http://tomcat.apache.org/connectors-doc/howto/apache.html):

Starting with mod_jk 1.2.6, and under Apache 2.0, it's possible to exclude some URL/URI from jk processing by setting the env var no-jk, for example with the SetEnvIf Directive.

So something like

SetEnvIf Request_URI !.*\.jsp no-jk=true

should do the trick.

Joost

Reply via email to