Suppose you don't want your Windows Apache2 server uploading more than 64 kB/s. Then follow these instructions:

  1. Download http://www.ivn.cl/apache/files/dlls/mod_bw-0.8-2.2.6/mod_bw.dll to C:\Program Files\Apache Software Foundation\Apache2.2\modules

2. Open C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf with notepad.

3. Where you've got the big long list of LoadModule lines, add the following to the end:

LoadModule bw_module modules/mod_bw.dll

BandWidthModule On

ForceBandWidthModule On

BandWidth all 65536

4. Save the edit and restart the server.

  • No labels