diff options
author | sat <sat@FreeBSD.org> | 2006-08-02 21:15:30 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-02 21:15:30 +0800 |
commit | 4fb68af59d025db98c14b4e93f767a91401cf7eb (patch) | |
tree | 07d2327fe1aef1e8b4668db7abeb96faf321eeb3 /www/Makefile | |
parent | f8d36e264ddc4233e9b82c936deaa96d748714c7 (diff) | |
download | freebsd-ports-gnome-4fb68af59d025db98c14b4e93f767a91401cf7eb.tar.gz freebsd-ports-gnome-4fb68af59d025db98c14b4e93f767a91401cf7eb.tar.zst freebsd-ports-gnome-4fb68af59d025db98c14b4e93f767a91401cf7eb.zip |
Add port www/p5-Apache-SizeLimit:
This module allows you to kill off Apache httpd processes if they grow
too large. You can make the decision to kill a process based on its
overall size, by setting a minimum limit on shared memory, or a maximum
on unshared memory.
You can set limits for each of these sizes, and if any limit is exceeded,
the process will be killed.
You can also limit the frequency that these sizes are checked so that
this module only checks every N requests.
WWW: http://search.cpan.org/dist/Apache-SizeLimit/
Justification: socialtext dependency
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 375cbcd9a444..ecd36ab2268a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -471,6 +471,7 @@ SUBDIR += p5-Apache-Session-Wrapper SUBDIR += p5-Apache-SessionX SUBDIR += p5-Apache-Singleton + SUBDIR += p5-Apache-SizeLimit SUBDIR += p5-Apache-SubProcess SUBDIR += p5-Apache-Template SUBDIR += p5-Apache-Test |