beyanet.com wrote:

Also, if you're using a local proxy (as descibed in
http://wiki.apache.org/cocoon/ApacheModProxy)  you'll get the proxy's
IP, not the remote user.


Nacho,
thanks for your reply. I am running my browser on the same machine as my webserver. But 127.0.0.1 was also recorded when an external user access the site as well, so I can only think that it is the local proxy issue which is causing the issue in this case as I am using Apache on the front end. Is there anyway that I can bypass this problem and allow a users IP to be recorded instead of the local proxy?


regards

beya

There is a "X-Forwarded-For"-header that shows up in the request-generator, and this is the correct remote address when using the proxy. Not sure how to access it from flow, so if you find out, you know what to do... ;-)


Also set "ProxyPreserveHost On", as pointed out by Jimenez.

Askild

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to