Forum Moderators: DixonJones

Message Too Old, No Replies

Interpret Logs

         

genny

9:37 am on Aug 12, 2005 (gmt 0)

10+ Year Member



Hi,
Can anyone help me in reading the log.In the log below what does "200 203 stands for?

213.xx.xx.xx - - [03/Jul/2005:08:13:35 -0600] "GET /images/moreinfo_box2.gif HTTP/1.1" 200 203

[edited by: jatar_k at 3:33 pm (utc) on Aug. 12, 2005]
[edit reason] generalized ip [/edit]

larryn

11:36 am on Aug 12, 2005 (gmt 0)

10+ Year Member



genny,

What you have there is a classic CLF log file. The '200' is the status code returned from the server, in this case 200 stands for a successful transfer; the '203' is the number of bytes transfered, typically the size of the file sent.

Hope this helps,

Larry

genny

9:30 am on Aug 16, 2005 (gmt 0)

10+ Year Member



Hi,

Thanks a lot for your reply.But i have one more query."203" wich is successful transfer is the success from my server or from their server.

larryn

3:34 pm on Aug 16, 2005 (gmt 0)

10+ Year Member



genny,

Heres the 'dirt' on status codes from the authority:

[w3.org...]

Larry