[Zope] REMOTE_ADDR unavailable when using Virtual host
Dieter Maurer
dieter@handshake.de
Sun, 1 Jun 2003 22:53:09 +0200
robert wrote at 2003-6-1 15:32 +0200:
> I am using a Zope installation on a windows 200 server behind an Apache 2.
>
> Accessing the site trough ZMI i get the correct REQUEST.REMOTE_ADDR.
>
> When I do the same in a product, request.REMOTE_ADDR contains the server IP
> address.
On my Zope page, you will find a VHM patch that allows Apache
to pass in the correct remote addr.
<http://www.dieter.handshake.de/pyprojects/zope>
Dieter