jk file mod_jk.conf it is like this

JkMount /*.jsp worker
JkMount /*.htm worker
JkMount /*.<whatever ext you want - just not *.php or *>
or

jk2 file workers2.properties you would do something like

[uri:/*.jsp]
[uri:/*.htm]
[uri:/*.<whatever ext you want - just not *.php or *>]

hope this helps.



At 08:25 AM 6/24/2004, James Sherwood wrote:
Hello,
    I have posted this problem before to no avail and thought I would try
again

I have apache 2.049 in front of tomcat 5.025 and they are linked with modjk
1.2

I want everything for a site such as www.mydomain.com to go through tomcat
EXCEPT
for any php pages.

Is there a way I can JkMount everything BUT something?

Basically I want to mount everything EXCEPT url's ending in .php

Thanks in advance



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to