Apache Bandwidth limiting based on URL

Solution 1:

You're looking for mod_cband to do what you need. You wrap it's directives inside a LocationMatch container for .gif files for example. If for some reason you're running an old Apache 1.3 look up mod_bandwidth or mod_throttle instead.

http://codee.pl/cband.html