aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-08-12 20:51:15 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-08-12 20:51:15 +0000
commita937c65931ac9e852c6fc91eb366f0240b4d2887 (patch)
tree2e141e6c9d9ba2419c5f86383c53d2eecc43c3bf /www/Makefile
parent0665a0ab4e145637a03a26366ac68a7a95672fb5 (diff)
downloadports-a937c65931ac9e852c6fc91eb366f0240b4d2887.tar.gz
ports-a937c65931ac9e852c6fc91eb366f0240b4d2887.zip
Add www/mod_fcgid, an alternative FastCGI module for Apache2.
mod_fcgid has a new process management strategy, which concentrates on reducing the number of fastcgi server, and kick out the corrupt fastcgi server as soon as possible. The bad news is that it does not currently support suEXEC, and the good news is that it has PHP support. Check out the web site for details. Licence: GPL WWW: http://fastcgi.coremail.cn/
Notes
Notes: svn path=/head/; revision=116068
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index e4c5d37bf9eb..50429f0c9b95 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -262,6 +262,7 @@
SUBDIR += mod_extract_forwarded
SUBDIR += mod_extract_forwarded2
SUBDIR += mod_fastcgi
+ SUBDIR += mod_fcgid
SUBDIR += mod_filter
SUBDIR += mod_frontpage
SUBDIR += mod_geoip