Re: [users@httpd] mod_rewrite vs. mod_jk

2015-05-10 Thread Rainer Jung
Am 06.05.2015 um 11:16 schrieb Hajo Locke: Hello, i have a small mod_jk.conf and want to use mod_rewrite also: JkMount /* ajp13 JkUnmount /test/* ajp13 RewriteEngine On RewriteRule ^/$ /java_app/ [L] Rewriting by mod_rewrite only works with urls which are unmounted by JkUnmount. So above Rule

[users@httpd] mod_rewrite vs. mod_jk

2015-05-06 Thread Hajo Locke
Hello, i have a small mod_jk.conf and want to use mod_rewrite also: JkMount /* ajp13 JkUnmount /test/* ajp13 RewriteEngine On RewriteRule ^/$ /java_app/ [L] Rewriting by mod_rewrite only works with urls which are unmounted by JkUnmount. So above Rule is not working because its immediately pass