Re: Apache log entries
From: David (thunderbolt01@netscape.net)
Date: 02/27/03
- Next message: Kasper Dupont: "Re: iptables Timed Port Block?"
- Previous message: Robert Tinsley: "Re: Port Scans and Prelude"
- In reply to: Kim S. Poulsen: "Apache log entries"
- Next in thread: Kim S. Poulsen: "Re: Apache log entries"
- Reply: Kim S. Poulsen: "Re: Apache log entries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: David <thunderbolt01@netscape.net> Date: Thu, 27 Feb 2003 20:06:32 GMT
Kim S. Poulsen wrote:
> I have been getting a lot of entries like this in my Apache access log
> recently. Besides trying to use my server as a mail proxy.
> Does anybody know what is the "\x05\x01\" is supposed to do?
> xxx.xx.dk 200.46.116.62 - - [23/Feb/2003:21:58:44 +0100] "CONNECT
> 200.24.139.146:25 HTTP/1.0" 200 849 "-" "-"
> xxx.xx.dk 200.46.116.62 - - [24/Feb/2003:01:43:41 +0100] "\x05\x01"
> 200 849 "-" "-"
> xxx.xx.dk 200.46.116.62 - - [24/Feb/2003:02:23:47 +0100] "\x05\x01"
> 200 849 "-" "-"
I've had some of the same messages but with different messages.
NOTE the: 501 and 405 error messages.
211.94.240.27 - - [16/Feb/2003:03:03:27 -0600] "\x04\x01" 501 -
211.94.240.27 - - [16/Feb/2003:03:03:48 -0600] "\x05\x01" 501 -
211.94.240.27 - - [16/Feb/2003:03:03:51 -0600] "CONNECT
207.46.181.13:25 HTTP/1.1" 405 313
Yours shows a 200 message which is a successful response.
200 (%>s)
This is the status code that the server sends back to the
client. This information is very valuable, because it reveals
whether the request resulted in a successful response (codes
beginning in 2), a redirection (codes beginning in 3), an error
caused by the client (codes beginning in 4), or an error in the
server (codes beginning in 5). The full list of possible status
codes can be found in the HTTP specification (RFC2616 section 10).
-- Confucius: He who play in root, eventually kill tree. Registered with the Linux Counter. http://counter.li.org Slackware 9.0-beta Linux 2.4.20tbls i686 (GCC) 3.2.2 Uptime: 7 days, 22:22, 1 user, load average: 1.10, 1.05, 1.06
- Next message: Kasper Dupont: "Re: iptables Timed Port Block?"
- Previous message: Robert Tinsley: "Re: Port Scans and Prelude"
- In reply to: Kim S. Poulsen: "Apache log entries"
- Next in thread: Kim S. Poulsen: "Re: Apache log entries"
- Reply: Kim S. Poulsen: "Re: Apache log entries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|