5 May
2003
5 May
'03
6:39 a.m.
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