[Zope] Mod_Proxy

Chris Withers chrisw@nipltd.com
Fri, 16 Aug 2002 11:02:27 +0100


Paul T. McNally wrote:
> I have everything set so that I can pass requests for Zope from Apache
> and but am stuck here:
> 
> "Now we add our inverse proxy directives, within the main <Directory>
> context:
> 
> ProxyPass /Zope/ http://fightclub.org:8080/
> ProxyPassReverse /Zope/ http://fightclub.org:8080/"
> 
> I am running apache 1.3.*. I don't know where in httpd.conf to place
> the appropriate line quoted above.

Inside your VirtualHost block.

cheers,

Chris