Eric Bourland <[EMAIL PROTECTED]> wrote: > ... alas, I cannot, since there is no discrete index.html file or > anything like it. My homepage is assembled from database outputs that > are called by a ColdFusion template called AmeristatTemplate.cfm.
Access the home page from your own machine, and then do an analysis of the live log with HOSTINCLUDE <your.own.ip.address>. This will help you to pick out what the web server is recording in the log for a homepage hit. It may help if you do this immediately after lunch, or after a meeting that keeps you away from your machine for a while, so that you can be sure you aren't seeing old hits. Adding FROM -00-00-00:-00-15 so that Analog only reports on the last 15 minutes worth of logs may also help. You can also take an entirely different tack, and use an image as a surrogate for a page hit. If the map of the US that occurs at the bottom of your home page only occurs in your home page, then you could count hits for /images/a-featuredhome.gif as hits for the home page. But this isn't an ideal solution as images will be cached, whereas your homepage is dynamic, and so should never be cached, but it may give you some idea of what you are looking for. (Note that I have sent this response to the list. Please keep all analog related questions on the list). 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 +------------------------------------------------------------------------
