Logoj0ke.net Open Build Service > Projects > Apache:Modules > apache2-mod_cband > Meta
Sign Up | Log In

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 &lt;dembol@cband.linux.pl&gt;
20
    * Sergey V. Beduev &lt;shaman@interdon.net&gt;
21
    * Kyle Poulter &lt;kyle@unixowns.us&gt;
22
    * J. Kendzorra &lt;kenzo@kenzo.homelinux.org&gt;
23
    * Adam Dawidowski &lt;drake@oomkill.net&gt;
24
    * Arvind Srinivasan &lt;arvind@madtux.org&gt;
25
</description>
26
  <person userid="hostmaster" role="maintainer"/>
27
  <person userid="netmax" role="maintainer"/>
28
</package>
29