Hello

I'm looking for a php script for Apache log analisys.

Here's the background. Apache log for my site is > 30MB now and still growing. So I'm fed up with downloading it to a local computer and using some freeware there to analyse it. I'd like to do the analisys and show results on the server side. The server is running some kind of Linux and is shared among many sites.

I tried serverStats and it's near perfect for my purposes, but it requires FILE grant within mysql, which I don't have. I tried to replace FILE with a bunch of INSERTs but I failed and I'm tired of modifying this script.

Some additional info:
- I don't have a possibility to run cgi based programs
- I'm not willing to change host
- I don't want a "hit and count" kind of statistics (by that I understand those statistics which create their own logs), because I already have some data in Apache log and I don't want to start from the beginning
[edit] - I have shell acces with ssh, if that's any help

Any ideas?

    Write a Reply...