Re: Analog user Reports
Aengus <[email protected]> Tue, 23 Jun 2009 09:55:21 -0400
| Newsgroups | gmane.comp.web.analog.general |
|---|---|
| Message-ID | <[email protected]> |
On 6/23/2009 8:37 AM, Rogers, Steve I. wrote: > Aengus, > Thanks very much for your prompt response. However, what I am looking > for is the "bigger trends". I have a PDF directory and I my customer > wants to know which users are accessing those PDF documents. The > information is in the HTTP log file as shown here, where xxxxxxx > represents the Userid: > > nnn.24.32.38 - xxxxxxx [22/Jun/2009:00:07:05 +0400] "GET > /ffffffff/coresystems/pdf/cat9_k.pdf HTTP/1.0" 200 79123 > > Is there a way to get a report that shows all users accessing any of the > documents in that PDF directory? FILEINCLUDE /ffffffff/coresystems/pdf/* will generate a report for just that directory - ant requests for documents outside that PDF directory will be ignored. (The first INCLUDE command does and implicit EXCLUDE * first, so if you have other INCLUDE or EXCLUDE commands in your config, you may need to tweak things a bit). http://analog.cx/docs/include.html Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------