When parsing Apache web server logs on Linux, I find it interesting to monitor access requests resulting in HTTP status codes other than 200s. An HTTP status code in the 200s means the request was successful, and hey–that’s boring. I want to see the requests that my dear Apache instance is upset about. So the... Read more »
↧