David Rees wrote:

Axel Scheel wrote, On 3/16/2004 6:34 AM:

Hi,
we are using a slightly old tomcat 3.2.4 with apache 1.3.29 under Gentoo Linux and have a problem rewriting URLs like:


So i think the problem is that the request is first taken by mod_jk before it is passed to mod_rewrite but i don't see any solution to that.

The most strange thing, the same configuration works fine with tomcat 3.2.4 with apache 1.3.28.


Can you check that mod_jk appears last in the loadmodules section of your httpd.conf? Order is important there... The other possibility is

The mod_jk was at the end of the LoadModule section. I tried around a little with the order and finaly it works if the mod_jk is located beween the mod_alias and the mod_rewrite. So the end of the load modules list looks like:


LoadModule alias_module       modules/mod_alias.so
LoadModule jk_module          extramodules/mod_jk.so
LoadModule rewrite_module     modules/mod_rewrite.so

Thanks for the hint with the order
        Axel

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



Reply via email to