Paul Dowd <[EMAIL PROTECTED]> wrote: > When processing my logfile I cannot get analog to display the > browsers used to access my pages in the report. Instead I see [not > listed: 4 browsers] in the report and [not listed: 1 browser] in the > summary. I'm not sure what is wrong.
The line immediately above the report should show what the "floor" for that report is, for example: Listing browsers with at least 1 request for a page, sorted by the number of requests for pages. You can change the floor by using the BROWREPFLOOR and BROWSUMFLOOR directives: BROWREPFLOOR 1r to list all browsers with at least 1 request. (Note that the default seems to be for browsers with a request for _pages_ - if you are using IIS, for example, you shoule make sure to use PAGEINCLUDE *.asp, as not all requests are requests for pages). Aengus +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------