On Tue, 6 Jul 2004, Daryll Strauss wrote: > On Tue, 2004-07-06 at 18:54, Naoki wrote: > > My servers generally handle many domains and of course I change my > > apache log file format to include the virtual host in the first field. > > This totally wacks out webalizer and so anything that has a little more > > intelligence would be nice. > > awstats seems to handle that relatively nicely. A few lines of editing > in the config file allowed me to specify the format of my log file. I'd > rather have stats on each domain be separate, but awstats rolls them all > together into one, but that's not too bad. Look at splitlogs.pl (included in the apache httpd tarball) and then run awstats against each resulting log file. That should give you what you want. HTH, Tom