mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
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)
This commit is contained in:
parent
f9b9940bdc
commit
43ad50cc4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119938
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user