diff options
author | ale <ale@FreeBSD.org> | 2004-10-22 05:58:55 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-10-22 05:58:55 +0800 |
commit | 743381430a177f3d4fee8cc9e897620efbb174a9 (patch) | |
tree | d57f92846cb18501043ee1040507d08895f17eef /www/mod_tsunami | |
parent | d501e9fc68930de31cda8ba7a5559e52a16baa1a (diff) | |
download | freebsd-ports-gnome-743381430a177f3d4fee8cc9e897620efbb174a9.tar.gz freebsd-ports-gnome-743381430a177f3d4fee8cc9e897620efbb174a9.tar.zst freebsd-ports-gnome-743381430a177f3d4fee8cc9e897620efbb174a9.zip |
Note that the filtering is currently made on a per vhost basis
and not on per directory.
Submitted by: Bertrand Demiddelaer <fenrisulfr@gmail.com> (author)
Diffstat (limited to 'www/mod_tsunami')
-rw-r--r-- | www/mod_tsunami/Makefile | 2 | ||||
-rw-r--r-- | www/mod_tsunami/pkg-descr | 4 | ||||
-rw-r--r-- | www/mod_tsunami/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_tsunami/Makefile b/www/mod_tsunami/Makefile index 2221ef8a2af4..493f98fc092e 100644 --- a/www/mod_tsunami/Makefile +++ b/www/mod_tsunami/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Apache module which dynamically limits a site's slot usage USE_APACHE= yes -DOCS= AUTHORS Changelog README +DOCS= AUTHORS Changelog do-build: @cd ${WRKSRC} && ${APXS} -c mod_tsunami.c diff --git a/www/mod_tsunami/pkg-descr b/www/mod_tsunami/pkg-descr index 4c99acd39ac7..5dca65402d50 100644 --- a/www/mod_tsunami/pkg-descr +++ b/www/mod_tsunami/pkg-descr @@ -1,6 +1,6 @@ mod_tsunami is an apache module which dynamically limits -the number of httpd slots used per main web directories. -It is useful if you provide home pages hosting, and don't +the number of httpd slots used per virtual hosts. +It is useful if you provide wesite hosting, and don't want one site to use all the resources. WWW: http://bertrand.demiddelaer.org/mod_tsunami/ diff --git a/www/mod_tsunami/pkg-plist b/www/mod_tsunami/pkg-plist index 69de8c2ea572..427505e618ce 100644 --- a/www/mod_tsunami/pkg-plist +++ b/www/mod_tsunami/pkg-plist @@ -3,7 +3,6 @@ libexec/apache/mod_tsunami.so @unexec %D/sbin/apxs -e -A -n tsunami %D/%F %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/index.gif %%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/home.gif |