Re: [us...@httpd] RewriteRule under JkMount location and server variables

2009-05-01 Thread J Channel
> It's ignored because when you proxy content, it doesn't come from any > on-disk directory. The enclosed directives are not applicable. Really? I dont know about it and already build site on this not applicable feature and serve it with apache 1.3 for years. Thanks, you open my eyes =)) > > > --

Re: [us...@httpd] RewriteRule under JkMount location and server variables

2009-05-01 Thread Eric Covener
On Fri, May 1, 2009 at 7:15 AM, J Channel wrote: >     >        Options Indexes FollowSymLinks +Includes >        RewriteEngine on >        RewriteRule ^book/index.my.* ssi/test.shtml [L] >        AllowOverride None >        Order allow,deny >        Allow from all >     >    JkMount /book/* bala

[us...@httpd] RewriteRule under JkMount location and server variables

2009-05-01 Thread J Channel
This config work ok with apache 1.3 ServerName www.localhost.com RewriteEngine on RewriteLog "/opt/logs/httpd_rewrite_log" RewriteLogLevel 2 AddType application/octet-stream .mht AddType text/html .shtml AddType application/vnd.ms-excel .xls AddHandler server-pars