Quick/easy way to monitor how often one image file is being served by Apache
Posted
by Meltemi
on Server Fault
See other posts from Server Fault
or by Meltemi
Published on 2010-05-13T15:12:34Z
Indexed on
2010/05/13
15:25 UTC
Read the original article
Hit count: 326
Our analytics software monitors the HTML pages that we're serving quite nicely (through embedded javascript) but we have a few image files that are not included in these reports as they're not attached to any HTML. Knowing the file's name/path, I'm looking for quick (and dirty if necessary) way to identify how many times a given image was served by Apache on each Day (or hour?).
© Server Fault or respective owner