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

2009-05-01 Thread J Channel
This config work ok with apache 1.3 VirtualHost *:8289 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

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 jchann...@gmail.com wrote:    Directory /opt/public_html        Options Indexes FollowSymLinks +Includes        RewriteEngine on        RewriteRule ^book/index.my.* ssi/test.shtml [L]        AllowOverride None        Order allow,deny        Allow

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 =)) --