Re: [EMAIL PROTECTED] X-Forwarded-For and default apache logging

2007-02-02 Thread Joshua Slive
On 2/2/07, Yu, Ming <[EMAIL PROTECTED]> wrote: Is there a way or a module for Apache to get the X-Forwarded-For header? If you just want to see it in the logs, you can access it directly as a request header. If you want it to be used in place of the real IP address for access control/etc, you

RE: [EMAIL PROTECTED] X-Forwarded-For and default apache logging

2007-02-02 Thread Yu, Ming
-For and default apache logging On 2/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > Does apache automatically log the client IP address if the client goes > through a proxy that sends an X-Forwarded-For header? No. Doing so would allow trivial spoofing since t

Re: [EMAIL PROTECTED] X-Forwarded-For and default apache logging

2007-02-02 Thread Joshua Slive
On 2/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, Does apache automatically log the client IP address if the client goes through a proxy that sends an X-Forwarded-For header? No. Doing so would allow trivial spoofing since the X-Forwarded-For header is completely under the contr

[EMAIL PROTECTED] X-Forwarded-For and default apache logging

2007-02-02 Thread nick
Hi all, Does apache automatically log the client IP address if the client goes through a proxy that sends an X-Forwarded-For header? If i set up a proxy for people, and do NOT want it to be anonymous, will my proxy ip show up in other servers http-access logs? If so, is there any indication of w