We currently run AWStats on our webservers, but I have a project where we want to make some custom charts from the access log. Initial thoughts were to use pChart and some PHP scripting to read the logs and generate cached stats (possibly setup on a cron job to update every night).
I wanted to ask if anyone has had any experience with this type of project before, or any suggestions on how to proceed.
While reading and processing the log is a big piece of the puzzle, I have yet to figure out the best way of actually accessing the data as it's not in a public folder. If we run the updates via a cron job that won't matter, but if we wanted to do live charts then we'd have to make a copy to the public folder.
I'm pretty good with PHP, but I'm totally new to setting up my own cron jobs.
Any input is greatly appreciated, thanks!