On Tue, Dec 18, 2001 at 11:54:24AM +0100, Pavel Novy wrote: > Hi, > I'm running Apache 2.0 (2.0.29-dev) on my test server (NetWare) and I've > found the following line(s) in server's log file recently: > > xx.xx.xx.xx - - [05/Dec/2001:17:19:20 +0100] "GET http://www.s3.com > HTTP/1.1" 200 1456 > > $ telnet dev.apache.org 80 > Trying 64.125.133.20... > Connected to dev.apache.org. > Escape character is '^]'. > GET http://something HTTP/1.1 > > HTTP/1.1 400 Bad Request
Right, HTTP 1.1 requires more headers than you supplied, hence the 400 error. You might want to try again with a Host: dev.apache.org header. You'll see that it works when you supply the right headers. It does not work for me using code from cvs and a default configuration (other than a different port number). The code was updated at approximately 1PM EST. -- Carl Schmidt
