How to limit file upload speed in php or apache? How to limit file upload speed in php or apache? apache apache

How to limit file upload speed in php or apache?


You should take a look at the answers to these questions :

Those will not be only for PHP/Apache, but might help anyway...


You can use the Apache-Module mod_bw:http://bwmod.sourceforge.net/

Another alternative would be mod_cband: http://codee.pl/cband.html

Although they usually refer to download-speed, the limitations should have effect for uploads as well.

Edit: just tested bwmod and limitation is only for download...