___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology'] ----- Original Message ----- From: "Evan Simpson" <evan@4-am.com> To: "Jason Cunliffe" <jasonic@nomadicsltd.com>; <zope@zope.org> Sent: Wednesday, May 02, 2001 11:51 AM Subject: Re: [Zope] SiteAccess and broken manage links
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.
Thanks ..Yes I do have SiteRoot but not a VirtualHostMonster. SiteRoot is currently set: base = http://www.mysite.com/zope path = /
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
OK I will try that out.. If I use Virtual Host Monster do I still need SiteRoot? cheers - Jason