diff options
author | clement <clement@FreeBSD.org> | 2005-09-08 03:52:27 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-08 03:52:27 +0800 |
commit | 57d5ce910c16e041f7d9a55ec62debe0b19ec228 (patch) | |
tree | 48976f0a65344d63b145c04a6a8afea019f2c78b /www/Makefile | |
parent | 8952863cbd11212cb9498e651caa4603682efe6c (diff) | |
download | freebsd-ports-graphics-57d5ce910c16e041f7d9a55ec62debe0b19ec228.tar.gz freebsd-ports-graphics-57d5ce910c16e041f7d9a55ec62debe0b19ec228.tar.zst freebsd-ports-graphics-57d5ce910c16e041f7d9a55ec62debe0b19ec228.zip |
- 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 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2cbc6aa1ac3..b781d591489 100644 --- a/www/Makefile +++ b/www/Makefile @@ -272,6 +272,7 @@ SUBDIR += mod_blosxom SUBDIR += mod_blowchunks SUBDIR += mod_bunzip2 + SUBDIR += mod_cband SUBDIR += mod_cfg_ldap SUBDIR += mod_cgi_debug SUBDIR += mod_chroot |