[AusNOG] Request Timeout?
Jeremy Visser
jeremy at visser.name
Sun Aug 19 17:08:32 EST 2012
On 19/08/2012, at 3:48 PM, Skeeve Stevens <skeeve+ausnog at eintellego.net> wrote:
> Request Timeout
>
> The server timed out while waiting for the browser's request.
> Reference #2.84b41160.1345353946.0
Did you get a HTTP status code with that? I'm guessing 408, meaning the server didn't get (in the case of HTTP/1.1) at least a URL, a Host: header, and a double-linebreak.
I can reproduce the 408 status by telnetting to port 80, sending through a line or two, and waiting for around 30 seconds:
$ telnet www 80
Connected to www.
Escape character is '^]'.
GET / HTTP/1.1
[...]
HTTP/1.1 408 Request Time-out
Date: Sun, 19 Aug 2012 07:05:06 GMT
Server: Apache/2.2.22
[...]
More information about the AusNOG
mailing list