Dawn Matthews ([EMAIL PROTECTED]):

> I receive web logs from my ISP however, some of my files are among
> files with others on one domain and I have two others that have
> virtual domains.  Since  these are all sites for the same
> organization, I am trying to combine all of  them in one report for
> an overall site report. However, I have had no success.   I have
> tried using the pre-set analog.cfg file but with  the following
> changes:

> Try #1:

> logfile logfile1.log
> fileinclude /myfolder/*
> logfile logfile2.log www.domain1.com
> logfile logfile3.log www.domain2.com

> (in analog.cfg and this only produced the results from logfile1.log)

The FILEINCLUDE command is telling Analog to include only items that
match /myfolder/* (and nothing else). Since the seconds two logfiles
start www.domain1.com/... and www.domain2.com/, everything in those
files in excluded. You need to add more FILEINCLUDE command to include
requests in those files and you should probably change the second
argument for those LOGFILE commands to http://www.domain1.com, etc.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to