diff options
author | clement <clement@FreeBSD.org> | 2005-09-07 19:52:27 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-07 19:52:27 +0000 |
commit | 57d5ce910c16e041f7d9a55ec62debe0b19ec228 (patch) | |
tree | 48976f0a65344d63b145c04a6a8afea019f2c78b /CVSROOT | |
parent | 8952863cbd11212cb9498e651caa4603682efe6c (diff) | |
download | FreeBSD-ports-57d5ce910c16e041f7d9a55ec62debe0b19ec228.zip FreeBSD-ports-57d5ce910c16e041f7d9a55ec62debe0b19ec228.tar.gz |
- add mod_cband 0.9
mod_cband is an Apache 2 module provided to solve the problem of
limiting virtualhosts bandwidth usage. When the configured
virtualhost's transfer limit is exceeded, mod_cband will redirect all
further requests to a location specified in the configuration file.
WWW: http://dembol.nasa.pl/mod_cband
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index d85e23d..24d355f 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -6200,6 +6200,7 @@ mod_bf ports/www/mod_bf mod_blosxom ports/www/mod_blosxom mod_blowchunks ports/www/mod_blowchunks mod_bunzip2 ports/www/mod_bunzip2 +mod_cband ports/www/mod_cband mod_cfg_ldap ports/www/mod_cfg_ldap mod_cgi_debug ports/www/mod_cgi_debug mod_chroot ports/www/mod_chroot |