[Zope] Set Up Zope Webhosting

Adam Manock abmanock@earthlink.net
08 Jan 2003 22:39:57 -0500


There are several different ways (VHM with apache mod_rewrite /
mod_proxy, pound etc) of pointing different virtual domains at different
Sub-levels of your Zope object tree. You could create a folder for each
customer in the Zope root and an acl_users for each customer in their
respective folder. The folders are then setup to be the root of their
respective sites. http://virtualdomain/manage will work for your
customers, but only for their content. (I recommend allowing only
https://virtualdomain/manage though :-)

You may want to try asking the people at http://www.freezope.org/ how
they do it, as they manage lots of sites/customers... The answer may not
be free though :(

Adam

On Wed, 2003-01-08 at 18:44, Mico Siahaan wrote:
> Our company developed sites for our clients using Zope. We placed them on our server. Now every user has to start his own Zope by running 'start' script. So there are many Zope processes running in our server now. Luckily, there are still not many clients :). But I think that is a bad way for running Zope webhosting. So, is there anyone here could tutor or show me how to set up Zope Webhosting better? 
> 
> Thanks.
> 
> -mico-