Hello,
just ran into the same issue last month.
Am/On Mon, 29 Jan 2007 11:48:32 +0100 schrieb/wrote Stephan Bergmann:
>When I ask for the environment variable REMOTE_ADDR (e.g. by SSI or
>CGI -> $ENV{REMOTE_ADDR}),
>what I receive is the IP address of the server, the site is running
>on, but NOT the IP address of the remote
>user connected to the server.
>
>In the OPTIONS I have "Performance Cache" deactivated, but also
>activated it doesn't return me what it sould.
you need to deactivate it for ALL domains!
you also need to add to your http.config:
AddType text/html .shtml
and
Options +Includes
I also make sure, that the include module is loaded.
>SSI = active
>CGI Extension = active
>
Thanks and all the best
Matthias
--
--------------------- [ SECURITY NOTICE ] ---------------------
To: email@hidden, email@hidden.
For your security, email@hidden
digitally signed this message on 29 January 2007 at 14:32:48 UTC.
Verify this digital signature at http://www.ciphire.com/verify.
---------------- [ CIPHIRE DIGITAL SIGNATURE ] ----------------
Q2lwaGlyZSBTaWcuAjhzdGVwaGFuYmVyZ21hbm5AbWFjLmNvbSwgbWFjb3MteC1z
ZXJ2ZXJAbGlzdHMuYXBwbGUuY29tAGJldGFAYWRtaWxvbi5uZXQAZW1haWwgYm9k
eQBaAgAAfAB8AAAAAQAAAJAFvkVaAgAAcQIAAgACAAIAIP0CLbVXygN8FBmbKstM
B6JcUdhet15IFf/4MQhzNWDdAQAOv7grZzUb4WQMq69DnEJONRUGHRTIcfvZQaPq
a3PmdhsdGA3tVOjMLgrpZxLmWi7SArHfKUPpY+KTRAiUg/Z5U2lnRW5k
------------------ [ END DIGITAL SIGNATURE ] ------------------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden
References:
>REMOTE_ADDR (From: Stephan Bergmann <email@hidden>)