mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
9 lines
458 B
Plaintext
9 lines
458 B
Plaintext
mod_cband - A per-user, per-virtualhost and per-destination bandwidth
|
|
limiter for the Apache HTTP Server Version 2
|
|
|
|
mod_cband is an Apache 2 module provided to solve the problem of limiting
|
|
users' and virtualhosts' bandwidth usage. The current versions can set
|
|
virtualhosts' and users' bandwidth quotas, maximal download speed (like in
|
|
mod_bandwidth), requests-per-second speed and the maximal number of
|
|
simultanous IP connections (like in mod_limitipconn).
|