[Zope] Site Root alternatives ?

Peter Bengtsson peter@grenna.net
Thu, 5 Apr 2001 10:24:06 +0100


Yes!
That'll be the VirtualHostMonster.

You are supposed to create a folder structure in your zope site where some
folders have very specific Id's that the "VirtualHostMonster" can recognize.
You do the proxypassing or rewrite rules to point to this folder structure.
The VirtualHostMonster "machinery" looks at the Ids in the folder structure
there and "converts" that into the magic you need.

If you've got a recent version of Zope you should have this
VirtualHostMonster product by default. When you try to add a
VirtualHostMonster there is a good little explaination there on the
product_add page.

Good luck!
Peter
----- Original Message -----
From: "Bernd Dorn" <bernddorn@hotmail.com>
To: <zope@zope.org>
Sent: Thursday, April 05, 2001 6:30 AM
Subject: [Zope] Site Root alternatives ?


> Hi everybody
>
>
> Is it possible to rewrite urls created by zope in a specific folder
without
> putting a site root into this folder.
>
> The reason why i need this is that I don't want the manager of this
> subfolder(site) to see the siteroot object in this folder.
>
> I've got an Apache with proxypass running in front of the zope
installation.
> Maby there is another way to code many virtual hosts.
> I think of a method which rewrites urls to a specific property of a folder
> or so.
>
> thanks in advance
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )