Thank you for the reply. Then, is it impossible to create a report about some files from a directory and not others? For example, how could I create a report about how many times "/my-folder/index.html" was accessed but excluding all requests for "/my- folder/unwanted.html"?
Thanks, Dave > On Tue, 2 Jul 2002, D. Alvarado wrote: > > > I generated a very basic log file that looks like: > > > > 204.212.243.18 - - [30/Apr/2002:12:18:32 - > > 0400] "GET /la/elot/0030526647/student/index.html HTTP/1.0" 200 > > 14211 "http://my.hrw.com/hrw/my_hrw_student_hub.jsp" "Mozilla/4.0 > > (compatible; MSIE 5.0; Windows 98; DigExt)" > > [...] > > > > basically 3 requests for the same document. Sadly, if I run analog > > (5.03) on only this log file, with the command > > > > FILEINCLUDE /la/elot/0030526647/student/index.html > > > > in the configuration file, I get an empty report. Oddly, if I have > > this command, instead, in the configuration file: > > > > FILEINCLUDE /la/elot/0030526647/student/* > > > > I get my 3 request report. Due to the larger log files, I want to > > compile stats for, this latter option just won't do. DOes anyone > > have any idea why the first FILEINCLUDE doesn't seem to include what > > I want? > > > > Yes. The name /la/elot/0030526647/student/index.html is translated to > /la/elot/0030526647/student/ internally, so you must use this latter name > instead. > > -- > Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ > "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 > > > +------------------------------------------------------------------- ----- > | 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 > +------------------------------------------------------------------- ----- +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
