ikong wrote:

> We have read the Analog FAQs but still have a couple of questions about
> configuring Analog. Specifically, we have been attempting to include as
> page views certain file types that do not follow the conventional *.*
> pattern. Here are a few lines from our recent logs that show the 2 file
> types we would like to count as pages:
> 
>    209.166.166.119 - - [08/Aug/1999:23:58:48 -0500] "GET
>    /stOnLine/cgi-bin/article?thisStory=80826316 HTTP/1.0" 200 2853
>    216.228.36.111 - - [08/Aug/1999:23:58:49 -0500] "GET
>    /stOnLine/cgi-bin/article?thisSlug=und09 HTTP/1.1" 200 12961
>    212.211.68.13 - - [08/Aug/1999:23:59:15 -0500] "POST
>    /cgi-bin/stOnLine/folder HTTP/1.1" 200 9447
>
> We have been experimenting with counting these files as pages with either:
>
>     ARGSINCLUDE 
>/stOnLine/cgi-bin/article,/stOnLine/cgi-bin/folder,/cgi-bin/stOnLine/folder,/cgi-bin/stOnLine/folder
>     PAGEINCLUDE 
>/cgi-bin/stOnLine/article*,/stOnLine/cgi-bin/article*,/stOnLine/cgi-bin/folder*,/cgi-bin/stOnLine/folder*,*.shtml,*.SHTML,*.HTML,*.HTM,*.cgi,*.txt,*.swf,*.qt,*.msgread,*.ram,*.mov,*.rpm,*.wav,*.msginput,*.hperl,*.au,*.avi
>
> or
>
>    PAGEINCLUDE 
>*article?*,*folder,*.shtml,*.SHTML,*.HTML,*.HTM,*.cgi,*.txt,*.swf,*.qt,*.msgread,*.ram,*.mov,*.rpm,*.wav,*.msginput,*.hperl,*.au,*.avi
>
> as directives in the Analog configuration files.
>
> However, neither method has produced pageview counts consistent with
> what we expected when adding counts from greps for the relevant lines
> to our original pageview count (without the article and folder parts).

Well,
  PAGEINCLUDE /stOnLine/cgi-bin/article*
will certainly include the first two lines above as pages. (You can try it
using a logfile containing just those two lines to check.) So maybe it's
your grep count which is wrong?

-- 
Stephen Turner    [EMAIL PROTECTED]    http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "Due to the conflict in Kosovo, we will not be showing the movie Wag the
   Dog. Instead, we will show Mortal Kombat: Annihilation." Cable & Wireless

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to