Michael Furdyk wrote: > Hello, > > I am trying to generate a report for only one specific directory's > files (/themes/mdg/) from our logs. I've tried many combinations of > these: > > FILEEXCLUDE /*.* > FILEINCLUDE /themes/mdg/* > PAGEEXCLUDE /*.* > PAGEINCLUDE /themes/mdg/*.html > REQEXCLUDE /*.* > REQINCLUDE /themes/mdg/* > > With no luck. Am I missing something obvious?
FILEINCLUDE /themes/mdg/* will ignore everything else in the logfile that doesn't match /themes/mdg/*. If you just use that single command what do you get? Even if your request report is empty, what does your General Summary say? Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

