You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2008/04/19 13:03:17 UTC

[Httpd Wiki] Update of "BandwidthLimiting" by TinosNitsopoulos

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by TinosNitsopoulos:
http://wiki.apache.org/httpd/BandwidthLimiting

New page:
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. Restart the server.