Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 66444 invoked from network); 21 Nov 2006 18:48:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 18:48:26 -0000 Received: (qmail 47992 invoked by uid 500); 21 Nov 2006 18:48:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47977 invoked by uid 500); 21 Nov 2006 18:48:25 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 47966 invoked by uid 99); 21 Nov 2006 18:48:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 10:48:25 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of terje.sannum@gmail.com designates 64.233.184.224 as permitted sender) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 10:48:12 -0800 Received: by wr-out-0506.google.com with SMTP id i28so482742wra for ; Tue, 21 Nov 2006 10:47:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=jFKTT9LFJDG5UO0JSpkHz6cpM8MwJuFsngAyT8EKxBIEelRCVm/h0B0rZ9t1N+0hBbjU8mvQgkcUNCRdbgnTRAPo0EGb9DqLyWg8VaVKP3+DFfAOEhIbb51Sgp45X8n1nOEgS4pcVhML49P8jbjznIptvFmhBMDTmMn8f3fWq5Y= Received: by 10.90.92.7 with SMTP id p7mr5759221agb.1164134871815; Tue, 21 Nov 2006 10:47:51 -0800 (PST) Received: by 10.35.87.14 with HTTP; Tue, 21 Nov 2006 10:47:51 -0800 (PST) Message-ID: Date: Tue, 21 Nov 2006 19:47:51 +0100 From: "Terje Sannum" Sender: terje.sannum@gmail.com To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48100_22090203.1164134871213" X-Google-Sender-Auth: b81d9979bd6dda43 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Strang successful request ------=_Part_48100_22090203.1164134871213 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I just noticed this request in the access log on one of my servers: x.x.x.x - - [21/Nov/2006:18:08:07 +0100] "GET http://cn.yahoo.com/ HTTP/1.1" 200 22 "-" "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)" 149 268 22 bytes is the size of /index.html on that server, and I'm suprised by that 200 status and try the same GET: 127.0.0.1 - - [21/Nov/2006:18:52:10 +0100] "GET http://cn.yahoo.com/HTTP/1.1" 400 226 "-" "-" 37 392 More like the response I would expect, I have not loaded mod_proxy. But when I add the Host header to the request (no virtualhost or servername configured): 127.0.0.1 - - [21/Nov/2006:19:28:05 +0100] "GET http://cn.yahoo.com/HTTP/1.1" 200 22 "-" "-" 61 268 The 22 bytes recieved is /index.html. Anyone have an explanation for this? I'm running the httpd-2.2.2-1.2 apache package in FC5. -Terje ------=_Part_48100_22090203.1164134871213 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I just noticed this request in the access log on one of my servers:

x.x.x.x - - [21/Nov/2006:18:08:07 +0100] "GET http://cn.yahoo.com/ HTTP/1.1" 200 22 "-" "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)" 149 268

22 bytes is the size of /index.html on that server, and I'm suprised by that 200 status and try the same GET:

127.0.0.1 - - [21/Nov/2006:18:52:10 +0100] "GET http://cn.yahoo.com/ HTTP/1.1" 400 226 "-" "-" 37 392

More like the response I would expect, I have not loaded mod_proxy. But when I add the Host header to the request (no virtualhost or servername configured):

127.0.0.1 - - [21/Nov/2006:19:28:05 +0100] "GET http://cn.yahoo.com/ HTTP/1.1" 200 22 "-" "-" 61 268

The 22 bytes recieved is /index.html.

Anyone have an explanation for this? I'm running the httpd-2.2.2-1.2  apache package in FC5.

-Terje
------=_Part_48100_22090203.1164134871213--