计算http请求

I want to count the number of all *.png requests on my site. Where/what files do I modify? Both 'success' and 'Not found' results should be counted.

you can get this info from apache logs, if you are using apache. You can use a tool like webalizer or just write a script/program in your favorite language with regexes to accomplish this...