[Zope-dev] Re: [Zope] PCGI?
Romain Slootmaekers
romain@zzict.com
Fri, 14 Feb 2003 09:58:37 +0100
Jeff Rush wrote:
> I had thought (obviously incorrectly) that mod_proxy was hard to
> configure correctly to pass all headers, particularly in complex virtual
> hosting scenarios. But I'm no Apache expert.
>
funny,
because that was the exactly the reason we chose mod_proxy over PCGI:
the easy of configuration.
it's only 5 lines in your virtual host configuration.
of course, you should also close port 8080 (or whatever your zope server
runs on) from any access from hosts other than 127.0.0.1
Sloot.