[Zope] Re: VirtualHostMonster

Dag Nygren dag@newtech.fi
Tue, 08 Oct 2002 23:46:30 +0300


> 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

Hmm, 
this gives me:

Zope has encountered a problem publishing your object.

Object name begins with an underscore at: http://www.foo.com/subfoo/VHM/_vh_mys
ub

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

Would have been perfect if it had worked ;-(

Dag