Re: complete list of accessed files?
Jeremy Wadsack <[email protected]> Fri, 24 Jul 2009 10:04:01 -0700
| Newsgroups | gmane.comp.web.analog.general |
|---|---|
| Message-ID | <[email protected]> |
--===============1636278371== Content-Type: multipart/alternative; boundary=0016360e3d18482578046f769791 --0016360e3d18482578046f769791 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Your exclude statements need to match the request. If index.htm is in your root you'll want at least this: FILEEXCLUDE /index.htm However, if there are any query parameters you'll need to match those, so probably more likely this: FILEEXCLUDE /index.htm* See http://analog.cx/docs/include.html for details. However, I'm not sure that answers your original question. Analog's reports will show the top number of results based on FLOOR settings. You can change the floor for a given report to have it show more data. For example, this will show all requests (because everything has at least one request): REQFLOOR 1r See http://analog.cx/docs/othreps.html#FLOOR for details. Also, if you just want a report that shows PDF, you can use the FILEINCLUDE to get that (assuming no previous FILEEXCLUDEs exist in your config): FILEINCLUDE *.pdf As you'll find if you peruse the archives of this list, PDF requests often show multiple times for a given file because some versions of Adobe Acrobat Reader will load a page at a time from the server. So the number of requests to the PDF may be higher than the actual number of reads. As HTTP is stateless and cached, there's no accurate way to ensure that you know how many actual read you had. -- Jeremy Wadsack On Fri, Jul 24, 2009 at 9:52 AM, Christoph Kukulies <[email protected]>wrote: > Our marketing people are interested in how often certain .PDF documents > accessed (downloaded) > but depending on the hit statistics these do not appear in the listed files > (only under others). > > I already thought of putting index.htm (the most accessed files in folders > and subfolders) > on the FILEEXCLUDE list. This doesn't seem to work. > > FILEEXCLUDE index.htm > > doesn't make it disappear in the statistics of accessed files. > > -- > Christoph > > +------------------------------------------------------------------------ > | 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 > +------------------------------------------------------------------------ > -- Jeremy Wadsack --0016360e3d18482578046f769791 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Your exclude statements need to match the request. If index.htm is in your = root you'll want at least this:<br><br><div style=3D"margin-left: 40px;= ">FILEEXCLUDE /index.htm<br></div><br>However, if there are any query param= eters you'll need to match those, so probably more likely this:<br> <br><div style=3D"margin-left: 40px;">FILEEXCLUDE /index.htm*<br></div><br>= See <a href=3D"http://analog.cx/docs/include.html">http://analog.cx/docs/in= clude.html</a> for details.<br><br>However, I'm not sure that answers y= our original question. Analog's reports will show the top number of res= ults based on FLOOR settings. You can change the floor for a given report t= o have it show more data. For example, this will show all requests (because= everything has at least one request):<br> <br><div style=3D"margin-left: 40px;">REQFLOOR 1r<br><br></div>See <a href= =3D"http://analog.cx/docs/othreps.html#FLOOR">http://analog.cx/docs/othreps= .html#FLOOR</a> for details.<br><br>Also, if you just want a report that sh= ows PDF, you can use the FILEINCLUDE to get that (assuming no previous FILE= EXCLUDEs exist in your config):<br> <br><div style=3D"margin-left: 40px;">FILEINCLUDE *.pdf<br></div><br>As you= 'll find if you peruse the archives of this list, PDF requests often sh= ow multiple times for a given file because some versions of Adobe Acrobat R= eader will load a page at a time from the server. So the number of requests= to the PDF may be higher than the actual number of reads.<br> <br>As HTTP is stateless and cached, there's no accurate way to ensure = that you know how many actual read you had. <br><br>--<br>Jeremy Wadsack<br= ><br><div class=3D"gmail_quote">On Fri, Jul 24, 2009 at 9:52 AM, Christoph = Kukulies <span dir=3D"ltr"><<a href=3D"mailto:[email protected]">kuku@ku= kulies.org</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, = 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Our marketing peo= ple are interested in how often certain .PDF documents accessed (downloaded= )<br> but depending on the hit statistics these do not appear in the listed files= (only under others).<br> <br> I already thought of putting index.htm (the most accessed files in folders = and subfolders)<br> on the FILEEXCLUDE list. This doesn't seem to work.<br> <br> FILEEXCLUDE index.htm<br> <br> doesn't make it disappear in the statistics of accessed files.<br> <br> --<br> Christoph<br> <br> +------------------------------------------------------------------------<b= r> | =A0TO UNSUBSCRIBE from this list:<br> | =A0 =A0<a href=3D"http://lists.meer.net/mailman/listinfo/analog-help" tar= get=3D"_blank">http://lists.meer.net/mailman/listinfo/analog-help</a><br> |<br> | =A0Analog Documentation: <a href=3D"http://analog.cx/docs/Readme.html" ta= rget=3D"_blank">http://analog.cx/docs/Readme.html</a><br> | =A0List archives: =A0<a href=3D"http://www.analog.cx/docs/mailing.html#li= starchives" target=3D"_blank">http://www.analog.cx/docs/mailing.html#listar= chives</a><br> | =A0Usenet version: news://<a href=3D"http://news.gmane.org/gmane.comp.web= .analog.general" target=3D"_blank">news.gmane.org/gmane.comp.web.analog.gen= eral</a><br> +------------------------------------------------------------------------<b= r> </blockquote></div><br><br clear=3D"all"><br>-- <br>Jeremy Wadsack<br> --0016360e3d18482578046f769791-- --===============1636278371== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------ --===============1636278371==--