[Zope] enhanced Virtual Host Monster question.

Evan Simpson evan@4-am.com
Wed, 19 Dec 2001 09:39:42 -0500


Jeffrey Robinson wrote:

> 	My current setup with Zope is that I have the content I need to
> access in /paws/shop so that /paws/shop/index_html would show up to the user
> as http://test.gourmetpaws.com/catalogue/index_html 

In that case, you want to use:

ProxyPass /catalogue
http://24.82.192.244:8080/VirtualHostBase/http/test.gourmetpaws.com:80/paws/shop/VirtualHostRoot/_vh_catalogue

No ProxyPassReverse should be needed.  Make sure your VHM is in the Zope 
root, *not* in /paws/shop.

Cheers,

Evan @ 4-am & ZOpe