I am using freebsd/apache to do the multiple virtual hosting. and I am using webalizer to do the stats.
the the logs are in (2005-02-20 logs)
/usr/local/httpd/logs/www.mysite1.com/www.mysite1.com-access_log-2005-02-20 (everyday has a log, marked by the date)
/usr/local/httpd/logs/www.mysite2.com/www.mysite2.com-access_log-2005-02-20 (everyday has a log, marked by the date)
...
And the out put directory will be in
/home/www/www.mysite1.com/web/usage/
/home/www/www.mysite2.com/web/usage/
I want to write a cron job to do the webalizer stats automatically everyday.
I read the article about using php to do it in this phpbuilder web site. But I would like to see the regular simple approach.
Any help?
Thanks!