[Zope] RE: [FASTCGI] Zope, fastcgi, Apache 2.0 - need a dummy
file!?
Dieter Maurer
dieter@handshake.de
Wed, 25 Sep 2002 20:12:09 +0200
Barry Pederson writes:
> Edward Muller wrote:
> > Any reason why you are using FastCGI instead of Rewrite with a [P] on
> > the end?
>
> Not really - was mainly trying it just experimenting purposes and did see the
> same problem with FastCGI.
>
> It is nice though that the REMOTE_ADDR variable is correct, when using
> FastCGI instead of ProxyPass - although I believe ProxyPass can do that
> X-Forwarded-For: thing.
When you use an Apache Rewrite rule, you can use the little "REMOTE_URL"
patch you find on my Zope page
<http://www.dieter.handshake.de/pyprojects/zope>
Dieter