[Zope-CMF] Make CMF root of site?

seb bacon seb@jamkit.com
Fri, 6 Jul 2001 10:29:49 +0100


> We use Apache in front of the ZServer (and finally got it to work *S*). 
> Setting up a VirtualHost in Apache with some ProxyPass rules and place a 
> SiteRoot object in your CMF folder - you are up and running.
> 
> The solution we found is based on this How To:
> http://www.zope.org/Members/anser/apache_zserver

An alternative way of doing the same thing is to use a VirtualHostMonster:

  http://www.zope.org/Members/mwr/VHosts_With_Zope_Default

Largely a matter of taste - I prefer rewrite rules to proxypasses, and
if you use a VHM you keep all the rewriting logic in one place (your
httpd.conf).

seb