I believe so, to the extent where it is mod_proxy that generates this header.
-ascs -----Message d'origine----- De : Al Sparks [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 janvier 2008 21:53 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Passing REMOTE_ADDR on 2.0.x reverse proxy > On 14.01.08 16:05, Al Sparks wrote: >> I'm running apache 2.0.x as a reverse proxy. Apparently, it's not >> passing along the original IP address to the target server. >> Specifically the REMOTE_ADDR field on the target server is showing >> the IP address of the proxy server, instead of the IP address that >> the proxy sees. >> >> I've seen some docs that address the problem on Apache 1.3.x, but not >> 2.0.x. How do I troubleshoot this? > > use X-Forwarded-For: however it may contain more than one IP's and you > should trust (and thus skip) only your proxy and use just next one I have Apache 2.0.55 on my proxy. I have the following compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_deflate.c mod_log_config.c mod_env.c mod_headers.c mod_setenvif.c mod_proxy.c proxy_connect.c proxy_ftp.c proxy_http.c mod_ssl.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_rewrite.c mod_so.c Is that going to send the X-Forwarded-For header? === Al --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]