Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 38616 invoked from network); 6 Dec 2005 21:56:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 21:56:28 -0000 Received: (qmail 54551 invoked by uid 500); 6 Dec 2005 21:56:27 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 54508 invoked by uid 500); 6 Dec 2005 21:56:27 -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 54494 invoked by uid 99); 6 Dec 2005 21:56:26 -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; Tue, 06 Dec 2005 13:56:26 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id C1FDC126; Tue, 6 Dec 2005 22:56:05 +0100 (CET) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 34716] - ProxyPass results in Bad Request X-Bugzilla-Reason: AssignedTo Message-Id: <20051206215605.C1FDC126@ajax.apache.org> Date: Tue, 6 Dec 2005 22:56:05 +0100 (CET) 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=34716 edwin.meester@qme.nl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|INVALID | ------- Additional Comments From edwin.meester@qme.nl 2005-12-06 22:56 ------- After some more investication it seems Apache puts the header twice: GET / HTTP/1.1\r\n Host: www.mydomain.com:80\r\n Accept: */*\r\n Accept-Language: en-us\r\n UA-CPU: x86\r\n Accept-Encoding: gzip, deflate\r\n User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)\r\n Max-Forwards: 10\r\n X-Forwarded-For: 80.69.81.37\r\n X-Forwarded-Host: www.proxydomain.com\r\n X-Forwarded-Server: www.proxydomain.com\r\n GET / HTTP/1.1\r\n Host: www.mydomain.com:80\r\n Accept: */*\r\n Accept-Language: en-us\r\n UA-CPU: x86\r\n Accept-Encoding: gzip, deflate\r\n User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)\r\n Max-Forwards: 10\r\n X-Forwarded-For: 80.69.81.37\r\n X-Forwarded-Host: www.proxydomain.com\r\n X-Forwarded-Server: www.proxydomain.com\r\n\r\n Which ofcourse results in: A ProxyPass to the same server, results in a 400 error. Bad Request Your browser sent a request that this server could not understand. Request header field is missing ':' separator. GET / HTTP/1.1 Apache/2.0.54 (Win32) PHP/5.0.4 Server -- 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