I run a website for non-profit organization and get weekly statistics on activity within the domain and I have two questions concerning the statistics. I have searched the web and have found information on all of the statistics I get except Failed Requests and 404 Document Not Found. Basically my goal is to do some causal analysis and try to prevent as many of the errors / failures as possible.
- I am guessing a failed request is a request for a page / image that was not successfully processed / served by the server. My question on Failed Requests is how can I determine what the failures are and what might be causing them. Are Failed Requests cause by my bad coding or is this more of an issue of my web host’s hardware / software, etc…? Would there be more detail on this in my server log?
Is there some Failed Request ratio (failed requests / total requests) that has been deemed acceptable by the internet community. Right now I am running about 10% Failed Requests.
-
404 Document Not Found – right, I know what a 404 is but can I try and determine why / where they are occurring? Is there a way to determine what pages are being requested and failing? If the not-founds are a result of someone else’s bad link I would like to contact them to get things corrected. Again would there be more detail on this in my server log or do 404’s not show up in the log? About 10% of my total hits are 404’s.
I use FrontPage 2000 and have run all of the reports for bad links and don’t really have any in my website (the report returns zero dead links except a few on the links page that go outside the site).
Any guidance or direction in either of these areas is appreciated.