Forum Moderators: phranque
I've been looking to learn more about Apache but I only speak two languages, English and bad English, and I can't understand their site for squat.
Here is an example....
I want to understand my access logs 100%... I think it's an obtainable goal. Although going through the entire access logs are a differnt thing (monthly logs press past 100mb for my domain) there are a few things I'm trying to figure out.
HTTP/1.0" 200 681
HTTP/1.1" 200 46316
HTTP/1.1" 200 807
I know what a 200 is...and I've seen lots of codes with basic labels on cuteftp which is mosty nifty. However I tried a few things to try and figure out on my own what a 681 is. It's common, but for example the same file or agent isn't what it relates to, so it seems random but I'm sure its not.
I know about HTTP 1.0 vs 1.1 to an extent and both will have codes like 681...
So what are these numbers telling me that I don't see point blank?
RFC2616 [faqs.org] should give you some answers.