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?