[Zope] How do I integrate zope with apache

Max M maxm@mxm.dk
Mon, 05 May 2003 08:39:36 +0200


Andreas Jung wrote:

> Running Zope standalone is the recommended way to run Zope. If you 
> need virtual
> hosting support, you can re-use your Apache or Squid as reverse proxy. 


I think that needs a bit of clarification.

You should run a Zope server on it's own port. Ie. port 8080. Then you 
should use Apache as a proxy server, so that it get's the pages from the 
zope server and rewrites them back to port 80.

You do this via Zope Virtual Host Monster and Apaches rewrite module.

regards Max M