access-log

Access log parsing

Hi, I want to parse my access log. Objective is to get the value of any query string parameter independent of its location. Also is there any free URL parsing s/w or website. ...

access_log is huge, not being archived. how to reset it ?

Hello, I have discovered that my access_log is occupying most of my HDD. It's over 200 GB in size. How can I reset it ? I am using Apache 2.2.3 on a CentOS server with Plesk. Thank you guys ! ...

Is it possible to log the first line of the response in apache?

Hey, We have an Tomcat server where we're trying to log the HTTP version which the response is sent with. We've seen a few times that it seems to be HTTP/0.9, which kills the content (not supported I guess?). We would like to get some stats on this by using the access log in apache. However, since the header line for this isn't prefixed...