Just wanted to say, so you also could apply this to your server if you want to. Well, I know have a download limiter with my apache server and kplaylist.
My system:
Windows server 2003, datacenter edition
MySQL 4.1
Apache 2.0.54
mod_ssl/2.0.54
OpenSSL/0.9.7g
PHP/4.3.11
Kplaylist 1.5 build 395
Downloaded and configured from this page: http://ivn.cl/apache/
It wasnt that hard.
Add this line to you loadmodule:
- Code: Select all
LoadModule bw_module modules/bw_mod-2.0.54.dll
And this code to your configuration directive:
- Code: Select all
BandWidthModule On
BandWidth all 102400
MinBandWidth all 50000
The example above, will have a top speed of 100kb for the 1º
client. If more clients come, it will be splitted accordingly but
everyone will have at least 50kb (even if you have 50 clients)
More examples at the url above, where I've extracted this how to do...
