[Zope-CMF] Zope behind Apache

seb bacon seb@jamkit.com
Tue, 16 Jul 2002 13:39:31 +0100


> 
> Trying to do that as follows.  Zope is in /usr/local/zope so what do I use for MyTopLevelContentFolder? 
> 

> http://pkirk.net.dhis.org:9673/VirtualHostBase/http/captain.kirks.net:80/MyTopLevelContentFolder/VirtualHostRoot/$1 [P]

If your content in Zope is in a folder called MyTopLevelContentFolder, 
then the above would be correct.

If it's in the root of Zope, it would be

...VirtualHostBase/http/captain.kirks.net:80/$1

If it's in a folder Sites/Foo, it would be

...VirtualHostBase/http/captain.kirks.net:80/Sites/Foo/VirtualHostRoot/$1

seb