mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- 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
This commit is contained in:
parent
48f90a4fe2
commit
8a1c2060e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142180
@ -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
|
||||
|
25
www/mod_cband/Makefile
Normal file
25
www/mod_cband/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: mod_cband
|
||||
# Date created: Sep 7 2005
|
||||
# Whom: Clement Laforet <clement@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_cband
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://dembol.nasa.pl/download/
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= apache2
|
||||
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A per-virtualhost bandwidth limiter module for Apache 2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
WANT_APACHE= 2
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
|
||||
.include <bsd.port.post.mk>
|
2
www/mod_cband/distinfo
Normal file
2
www/mod_cband/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (apache2/mod_cband-0.9.tgz) = 57414e91443f975abc0ec153dec197b3
|
||||
SIZE (apache2/mod_cband-0.9.tgz) = 2379
|
7
www/mod_cband/pkg-descr
Normal file
7
www/mod_cband/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user