Comments on Manage Apache Download Speed And Traffic Limits With mod_cband
Manage Apache Download Speed And Traffic Limits With mod_cband In this tutorial I will describe how to install and configure mod_cband on an Apache2 web server. mod_cband is an Apache 2 module which provides bandwidth quota and throttling. It solves the problem of limiting users' and virtualhosts' bandwidth usage. The current version can set virtualhosts' and users' bandwidth quotas, maximal download speed, requests-per-second speed and the maximal number of simultanous IP connections.
10 Comment(s)
Comments
mod_throttle
The cband Apache2 module is available from Debian's package sources if you are running testing (etch) or unstable (sid). apt-get install libapache2-mod-cband
libapache2-mod-cband is on backports.org for sarge.
You do not need to recompile.
I have a test Apache 2.2 server on Windows 2003, is it poddible to get mod_cband to work on it?
There is also a package for mod_cband in Fedora. Just install it with:
yum install mod_cband
ThEnX!
Considering the majority of Apache installations are still using Apache 1.X, it's a shame that mod_cband isn't also available for Apache 1.X. I guess that the output filtering functionality of Apache 2.X (far superior to 1.X's) has caused this - one "workaround" might be to put an Apache 2.X reverse proxy in front of your (now backend) Apache 1.X server...
hello, is there anyway to do global limitation for all accounts at once? I have about 500 account and I can not add limitation entry one by one.
how to install mod_cband on windows 7?
This link http://cband.linux.pl/download/mod-cband-0.9.7.4.tgz isn't working any more. Where can I download it ?