diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-10-29 22:29:15 +0800 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-10-29 22:29:15 +0800 |
commit | 9ca76717a7097469c58495aefc7d00782073932b (patch) | |
tree | 4325303d57609f80f8cdbb469e104178aaef45af /www/Makefile | |
parent | 3f98e3e77f6c38dbec19ccf1b98f24244f83a947 (diff) | |
download | freebsd-ports-gnome-9ca76717a7097469c58495aefc7d00782073932b.tar.gz freebsd-ports-gnome-9ca76717a7097469c58495aefc7d00782073932b.tar.zst freebsd-ports-gnome-9ca76717a7097469c58495aefc7d00782073932b.zip |
Multiwatch forks multiple instance of one application and keeps them
running; it is made to be used with spawn-fcgi, so all forks share the same
fastcgi socket (no webserver restart needed if you increase/decrease the
number of forks), and it is easier than to setup multiple daemontool
supervised instances.
WWW: http://redmine.lighttpd.net/projects/multiwatch/wiki
PR: ports/171518
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.net>
Feature safe: yes
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 4c02fd03cd70..eec9d3168e98 100644 --- a/www/Makefile +++ b/www/Makefile @@ -547,6 +547,7 @@ SUBDIR += moonshine SUBDIR += mozplugger SUBDIR += multisort + SUBDIR += multiwatch SUBDIR += mybb SUBDIR += myfaces SUBDIR += mysar |