|
|
 |
Re: FN-FORUM: Tracking MP3 downloads
date posted 1st March 2004 14:13
On Monday 01 Mar 2004 2:31 pm, Paul J White wrote:
> What would be the simplest way to count the number of times an MP3
> file is downloaded? We don't need to know who or when etc. It is the
> client's idea to offer original music in return for a donation, but we
> want to run a trial to see what % of people are playing fair. Any
> thoughts?
"grep filename.mp3 /var/log/httpd/access_log | wc --lines"
|
 |
|