[Zope] Re: VirtualHostMonster

Evan Simpson evan@4-am.com
Tue, 08 Oct 2002 15:34:15 -0500


Dag Nygren wrote:
> That is what I had, with the slight diff. that I needed a proxy rule that 
> didn't start
> from root on my Apache ie:
> 
> ProxyPass /mysub http://localhost:8080/VirtualHostBase/http/www.foo.com:80/subf
> oo/VirtualHostRoot

Ah, in that case you want:

ProxyPass /mysub 
http://localhost:8080/VirtualHostBase/http/www.foo.com:80/subfoo/VirtualHostRoot/_vh_mysub

The "_vh_X" directly after the VirtualHostRoot inserts "X" at the start 
of all generated URLs.

Cheers,

Evan @ 4-am