Limiting Downloads w/ Apache
Howdy,I have an archive of legal mp3s on a webserver running Apache. I'm running into problems with people downloading 5 or 10 mp3s at a time, multiply that times 10 and you have one hell of a slow network.
Is there any way using apache, or an apache module that I can limit the number of downloads from a specific host? This way each host can say only download a max of 2 files at a time.
Thanks.