You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by zliu1 <zl...@nd.edu> on 2002/02/18 18:19:07 UTC

408 error

We are running Apache 1.3.22 on Solaris 2.8.

>From access_log

66.137.150.11 - - [17/Feb/2002:23:04:56 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:01 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:01 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:01 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:07 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:07 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:07 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:10 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:05:25 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:06:09 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:06:09 -0500] "-" 408 - "-" "-"
66.137.150.11 - - [17/Feb/2002:23:06:09 -0500] "-" 408 - "-" "-"

It happened shortly before the Apache server hung up, and the sever needed
to reboot to restart the Apache server.

This kind of 408 error message means the status of the Apache server, or
it shows some sort of exploits sent to Apache and cause it to hang up?

Thanks,
Zuwei


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: 408 error

Posted by Joshua Slive <jo...@slive.ca>.
> From: zliu1 [mailto:zliu1@nd.edu]

>
> We are running Apache 1.3.22 on Solaris 2.8.
>
> From access_log
>
> 66.137.150.11 - - [17/Feb/2002:23:04:56 -0500] "-" 408 - "-" "-"

> It happened shortly before the Apache server hung up, and the sever needed
> to reboot to restart the Apache server.
>
> This kind of 408 error message means the status of the Apache server, or
> it shows some sort of exploits sent to Apache and cause it to hang up?

If you consult the HTTP specification, you will see that status code 408
means "request timed out".  You should find a similar error if you look in
your error log.

My guess is that there was something going seriously wrong on your network.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org