Forum Moderators: DixonJones

Message Too Old, No Replies

Can someone help me define the codes in this log entry?

         

RyanLEE

4:59 pm on Dec 4, 2003 (gmt 0)



What do the "200" & "113" numbers stand for on these entries - and what could this be? I have been getting these everyday from the same IP, around the same time each day for the last couple of months... is this something hacking/sniffing out openings on my server, or just a benign anomaly? Note the different computer configurations each day as well which seems odd...

[26/Nov/2003:07:35:12 -0500] "GET / HTTP/1.1" 200 113 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312465)"
[27/Nov/2003:06:52:41 -0500] "GET / HTTP/1.1" 200 113 "-" "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020902)"
[28/Nov/2003:07:11:50 -0500] "GET / HTTP/1.1" 200 113 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312465)"
[30/Nov/2003:07:08:54 -0500] "GET / HTTP/1.1" 200 113 "-" "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021121)"
[01/Dec/2003:07:09:07 -0500] "GET / HTTP/1.1" 200 113 "-" "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020727)"
[02/Dec/2003:08:19:11 -0500] "GET / HTTP/1.1" 200 113 "-" "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020528)"
[03/Dec/2003:07:20:38 -0500] "GET / HTTP/1.1" 200 113 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312465)"

davidpbrown

5:10 pm on Dec 4, 2003 (gmt 0)

10+ Year Member



The 200 code is the HTTP server status code.

200 is ok.. that is page request succeeded and sent.
113 is the size of the page in bytes.. excluding external files like CSS etc

If your going to be looking at your logs it's worth knowing the status codes
The full list is at [w3.org ]

That it was simply GET / suggests a request for your home page.
other requests are relative to /

dpb