Meta Configuration of Package apache2-mod_cband
1
<package name="apache2-mod_cband" project="Apache:Modules">
2
<title>Apache 2 Bandwidth Quota and Throttling</title>
3
<description>mod_cband is an Apache 2 module provided to solve the problem of limiting
4
users' and virtualhosts' bandwidth usage. The current versions can set
5
virtualhosts' and users' bandwidth quotas, maximal download speed (like in
6
mod_bandwidth), requests-per-second speed and the maximal number of simultanous
7
IP connections (like in mod_limitipconn)
8
9
I advise using mod_cband by hosting companies, which would like to limit data
10
transfer for their users, such as "10 Gb of traffic per month". There already
11
exists the mod_curb module, which can limit data transfers, but it doesn't work
12
with virtualhosts and Apache 2, so I wrote my own module fully compatible with
13
Apache 2 API and supporting per-user and per-virtualhost bandwidth limiting
14
15
16
17
Authors:
18
----------
19
* Lukasz Dembinski <dembol@cband.linux.pl>
20
* Sergey V. Beduev <shaman@interdon.net>
21
* Kyle Poulter <kyle@unixowns.us>
22
* J. Kendzorra <kenzo@kenzo.homelinux.org>
23
* Adam Dawidowski <drake@oomkill.net>
24
* Arvind Srinivasan <arvind@madtux.org>
25
</description>
26
<person userid="hostmaster" role="maintainer"/>
27
<person userid="netmax" role="maintainer"/>
28
</package>
29