On Wed, 3 Jul 2002, D. Alvarado wrote: > 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"? >
FILEINCLUDE /dir/ only excludes that one file, not the whole directory. So FILEINCLUDE /dir/ FILEEXCLUDE /dir/unwanted.html will work. -- 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 +------------------------------------------------------------------------
