Webalizer log -- finally (Sorta?) figured out?

Bradley Miller bradmiller_kclug at sbcglobal.net
Sat Jan 24 14:08:09 CST 2004


Here's what I ended up making as a script under /home/sites/company/logs/:

for i in ./*/*/access.*
do webalizer -o ../web/stats/ $i;
done

It needs more tweaking for customization and such.  Now I just need to 
stick that in my crontab to run every night -- right?   




More information about the Kclug mailing list