0a71bf21b3
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).
9 lines
382 B
Text
9 lines
382 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2009/11/10 10:44:57 sborrill Exp $
|
|
|
|
In order to use this module in your Apache 2.x installation, you need to
|
|
add the following to your httpd.conf file:
|
|
|
|
LoadModule cband_module lib/httpd/mod_cband.so
|
|
|
|
===========================================================================
|