From GreyWiki
Server Configs
Log Rotation
Turns out that you can use wildcards in logrotate.d/apache2 (or httpd, whichever):
/usr/local/apache2/logs/*log /home/*/logs/*log {
...
...
}
This would've been useful information several years ago, and many times since...