Need to count clicks off directory listing.
Posted by: n715dp
Posted on: 2007-02-03 06:59:00
Is there a way to keep track of clicks off a directory listing? I have a folder that just has files in it, available for download (totally legal) and it is just using default apache directory listing... I would like to be able to count the number of clicks for each of the files in this listing, is there a way to do this? The built in analog stats really suck and don't tell me anything... additionally, grep'ing through the logs doesn't give me an accurate click count because of 206 partial content responses.
Thanks.