[Zope] Mod_Proxy

Gilles Lenfant gilles@pilotsystems.net
Fri, 16 Aug 2002 13:08:12 +0200


----- Original Message -----=20
From: "Paul T. McNally" <pmcnally@alltel.net>
To: <zope@zope.org>
Sent: Friday, August 16, 2002 9:07 AM
Subject: [Zope] Mod_Proxy


> I have everything set so that I can pass requests for Zope from Apache
> and but am stuck here:
>=20
> "Now we add our inverse proxy directives, within the main <Directory>
> context:
>=20
> ProxyPass /Zope/ http://fightclub.org:8080/
> ProxyPassReverse /Zope/ http://fightclub.org:8080/"
>=20
> I am running apache 1.3.*. I don't know where in httpd.conf to place
> the appropriate line quoted above.What is confusing me is in the =
'main'
> part, there are many sections labelled <Directory>.
>=20
> --=20
> Paul T. McNally <pmcnally@alltel.net>

The main directory starts with this...

<Directory />

But you'd better use VirtualHost, if you want to have other hostnames =
like xxx.fightclub.org or yyy.fightclub.org powered by Zope.

HTH

--Gilles