How can I tell how many times a picture has been downloaded from my server? I use directadmin, but I can also use cpanel if this is easier.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

directadmin should have a web stats tool of some sort this will tell you

link|improve this answer
feedback

grep the apache logs. That'd be what i'd do anyhow.

link|improve this answer
6  
grep filename.jpg /var/log/httpd/access.log | wc -l – Coops Mar 16 '11 at 14:40
How do I do this? – Anders Mar 16 '11 at 14:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.