On Fri, May 1, 2009 at 7:15 AM, J Channel <jchannelx@xxxxxxxxx> 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 from all > </Directory> > JkMount /book/* balancer > > </VirtualHost> > But with apache 2.2.11 RewriteRule inside Directory section just > ignored, so we give tomcat error page on address > localhost.com/book/index.shtml. It's ignored because when you proxy content, it doesn't come from any on-disk directory. The enclosed directives are not applicable. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx