[Zope] VirtualHostMonster Question?

Michael michael@exasource.com
Sun, 07 Apr 2002 13:51:46 -0600


I have installed Apache and configured it with mod_proxy, mod_rewrite, 
mod_alias, mod_Vhosts-alias.  I installed VHM in my root directory and 
edited the Vhosts.conf file which is an include in httpd.conf

If my path were:    http://localhost:8080/adir/bdir/cdir/index_html , 
how would do the rewrite?

<VirtualHost 127.0.0.1>
ServerName www.mysite.com
Setenv VLOG
RewriteEngine On
RewriteRule ^/(.*)http://127.0.0.1:8080/VirtualHostBase/
http/www.mysite.com:80/adir/bdir/cdir/VirtualHostRoot/index_html/$1 [P]
</VirtualHost>

This doesn't seem to work.  I keep getting an error:index GET