Hi folks,

[Using 5.03 on Solaris]:

I'm trying to include all files from a specific set of directories,
ignoring everything else, but I also want the site's homepage counted.
That is, I want the home page listed in the Request Report (there are
enough occurrences to satisfy the FLOOR specifications).

I've tried it this way:
FILEEXCLUDE /*
FILEINCLUDE /
FILEINCLUDE /otherstuff/*,/morestuff/*
FILEINCLUDE /etc/*

and this way:
FILEINCLUDE /
FILEINCLUDE /otherstuff/*,/morestuff/*
FILEINCLUDE /etc/*

In both cases, I get everything I want in the report EXCEPT for /

Now, if I take my logfile(s) and grep out only the lines that contain
"GET / HTTP" into a new log file and run analog against that (with
either of the above FILEEXCLUDE/FILEINCLUDE sets), then I get the
expected single entry for / in my Request Report.

Any ideas why / isn't showing up in my normal Request Report, given
either of these configurations of FILEEXCLUDE/FILEINCLUDE ?

Have I misunderstood something about the way the Request Report works?

Thanks,

-- 
Patrick Robinson
AHNR Info Technology, Virginia Tech
[EMAIL PROTECTED]
+------------------------------------------------------------------------
|  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
+------------------------------------------------------------------------

Reply via email to