Eric Bourland <[EMAIL PROTECTED]> wrote: > I have a web site that's database-driven and that uses ColdFusion > templates. It's www.ameristat.org. > > I have set up an analog.cfg file that (I think) accurately measures > web traffic to this URL. I append this cfg file below. > > My question is, while I am pretty certain I am measuring all web > traffic within the www.ameristat.org domain, how can I be sure that I > am measuring traffic to the home page, or the basic URL: www.ameristat.org?
I'm not quite sure I understand - "all traffic within www.ameristat.org" includes requests for the homepage. If you just want to know how many requests there were for the homepage, then use FILEINCLUDE /index.html to get that information (or whatever your server logs when you request the homepage). > I hope I am making sense. Basically I am wondering if there's some > command I can use to tell analog to specifically record traffic to a > particular domain. Would DOMINCLUDE www.ameristat.org do the trick? DOMINCLUDE would exclude everything that wasn't requested by a host with a hostname that matched *.www.ameristat.org (assuming Analog recognized www.amerisat.org as a domain, which I don't think it does). Aengus +------------------------------------------------------------------------ | 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/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
