[Zope] Zope and Apache
Dieter Maurer
dieter@handshake.de
Mon, 20 Jan 2003 21:38:38 +0100
Moore, Paul wrote at 2003-1-20 11:57 -0000:
> This is bound to be trivial. But I can't find an answer by searching
> the Zope site, and the list search gave me no obvious hits. So
> apologies if this is a FAQ - if it is, then a pointer to the
> appropriate documentation would be much appreciated.
>
> I am completely new to Zope - I've just installed it on my machine to
> investigate it. I want to integrate the Zope site into my existing
> Apache 2 setup. Looking at the Zope+Apache HOWTO that I found, it
> seems that what I want is simply to use ProxyPass, via
>
> ProxyPass /Zope http://localhost:8080/
> ProxyPassReverse /Zope http://localhost:8080/
Do not use "ProxyPass".
Use RewriteRules ("mod_rewrite") with "P" flag in Apache
and VHM in Zope.
Dieter