Re: Bad HTTP 1.1 request

Graham Leggett <[email protected]> Fri, 03 Oct 2003 19:33:03 +0200
Newsgroups gmane.comp.apache.mod-proxy
Message-ID <[email protected]>
Ueli Kessler wrote:

> I have no idea, where this bad status line is coming from, since I force 
> the request protocol to be in HTTP/1.0 and Tomcat will serve the Request 
> in the same protocol back.

The best thing to do is sniff the connection to determine what the 
status line is exactly, this way you can see whether there is something 
wrong with the status line or not.

One tool that can do this is tcpflow, there are others.

Regards,
Graham
--