After some digging and reading the httpd.conf files and such, it was determined that while I do have the common log it was using vhost log which was the one with the most amount of data, so that did the trick.
Since I hate it when other people never say what they did, I will post my own solution what worked for me.
It is on a virtually hosted Debian box where I do have root access but not kernel.
I liked how it worked on the gzipped logs too. Now I need to get this into cron and I'll be set!
Since I hate it when other people never say what they did, I will post my own solution what worked for me.
It is on a virtually hosted Debian box where I do have root access but not kernel.
./import_logs.py --url=http://www.weinraub.net/piwik/ /var/log/apache2/other_vhosts_access.log --idsite=1 --recorders=4 --enable-http-errors --enable-http-redirects --enable-static --enable-bots
I liked how it worked on the gzipped logs too. Now I need to get this into cron and I'll be set!