On Thu, 7 Nov 2002, Dan Rue wrote: > Aww.. I want to be slashdot'd.. No, you don't. Not unless you have a lot of bandwidth, and a decently fast server. And small web pages. > What do you guys use to keep track of hits and such on a web server, > with multiple virtual hosts? Personally, I just log each vhost separately. Put an "ErrorLog", "CustomLog", or "WhateverLog" directive inside the <VirtualHost> section, and hits to that vhost go into that log instead of the main one. Jima