Mark Henderson <[EMAIL PROTECTED]> (Sunday, September 07, 2003 4:36 PM):
> Greetings list, > searched the archives briefly but found nothing in the way of a techinical answer. I > am running analog 5 on IIS5 and win2k with about 50 domains. Currently, each domain > is set up to log > individually, and each site is privy to it's own set of statistics (output in html). > But what I am also after is a summary of monthly traffic (only) by each domain in a > single report (preferably ASCII format) for the purposes of billing. That's all I > want at this stage - one report > with each domain listed with its total traffic for the month. If at all possible, I > would > also like each month to generate a new report. > I have listed each logfile like so on a separate line: > LOGFILE "D:\www\log\domains\artfx.co.nz\w3svc32\*.log" http://www.artfx.co.nz > LOGFILE "D:\www\log\domains\avalon.co.nz\w3svc89\*.log" http://www.avalon.co.nz > and also used > ALL OFF > MONTHLY ON > GENSUMLINES M > But what I can't get is a separate line with traffic for each domain. Rather, it > gives one summary of all traffic. > All help greatly appreciated. > TIA > regards > Mark When using the second argument to the LOGFILE command, Analog actually interprets that as portion of the request name. In this case, you can use the Directory Report to see the comparison of each virtual host. Just add this command to your analog.cfg to get the required level of detail: SUBDIR http://* See http://analog.cx/docs/logfile.html#secondarg for details. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
