Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 30114 invoked from network); 21 Oct 2005 08:51:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Oct 2005 08:51:39 -0000 Received: (qmail 8000 invoked by uid 500); 21 Oct 2005 08:51:38 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 7974 invoked by uid 500); 21 Oct 2005 08:51:38 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 7961 invoked by uid 99); 21 Oct 2005 08:51:37 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2005 01:51:37 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id A22CE590; Fri, 21 Oct 2005 10:49:55 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 37194] New: - X-Forwarded-For input header modified for proxied requests X-Bugzilla-Reason: AssignedTo Message-Id: <20051021084955.A22CE590@ajax.apache.org> Date: Fri, 21 Oct 2005 10:49:55 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=37194 Summary: X-Forwarded-For input header modified for proxied requests Product: Apache httpd-2.0 Version: 2.1-HEAD Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P3 Component: mod_proxy AssignedTo: bugs@httpd.apache.org ReportedBy: KlausRusch@atmedia.net The X-Forwarded-For input header is modified for proxied requests, for example when using LogFormat "%{x-forwarded-for}i %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" forward-log the server logs record the request X-Forwarded-For header plus the remote address: /* Add X-Forwarded-For: so that the upstream has a chance to * determine, where the original request came from. */ apr_table_mergen(r->headers_in, "X-Forwarded-For", r->connection->remote_ip); (the same is true for the other X-Forwarded-* headers). Input headers should be logged unmodified. manageNow -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org