[Zope] Zope & Apache

Anders Bruun Olsen anders at bruun-olsen.net
Wed Dec 8 03:17:37 EST 2004


On Tue, Dec 07, 2004 at 04:43:13PM -0800, Kris Smith wrote:
> I have tried to follow configuration of Apache using the ProxyPass and ProxyPassReverse directives with no luck.   I want to provide access to the locally running Zope server from Apache, in addition to various other static pages.  I've added the entries according to the wonderful HOWTO:
> http://www.zope.org/Members/anser/apache_zserver/
> but it still does not work.  My entries look like this:
>     ProxyPass /zope http://localhost:8080/
>     ProxyPassReverse /zope http://localhost:8080/
>     ProxyPass /misc_ http://localhost:8080/misc_
>     ProxyPass /p_ http://localhost:8080/p_

Try adding:

ProxyPreserveHost On

-- 
Anders
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/O d--@ s:+ a-- C++ UL+++$ P++ L+++ E- W+ N(+) o K? w O-- M- V
PS+ PE@ Y+ PGP+ t 5 X R+ tv+ b++ DI+++ D+ G e- h !r y?
------END GEEK CODE BLOCK------
PGPKey: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8BFECB41


More information about the Zope mailing list