[Zope] SiteAccess and broken manage links

Evan Simpson evan@4-am.com
Wed, 2 May 2001 10:51:48 -0500


From: "Jason Cunliffe" <jasonic@nomadicsltd.com>
> Zope is reached at http://www.mysite.com/zope
>
> ProxyPass /zope http://www.mysite.com:8888/

You don't mention using a SiteRoot, and you're clearly not using a
VirtualHostMonster.  Either of these can fix your problem.

A SiteRoot in your root Folder with blank Base and "zope" as its Path
should work, although it will muck things up if you try to access the
site other than through the ProxyPass.

A VirtualHostMonster in your root Folder will allow you to precisely
target the problem.  It requires changing the ProxyPass to:

ProxyPass /zope
http://www.mysite.com:8888/VirtualHostBase/http/www.mysite.com:80/Virtua
lHostRoot/_vh_zope

Cheers,

Evan @ digicool & 4-am