a937c65931
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/
11 lines
432 B
C
11 lines
432 B
C
--- fcgid_conf.c.orig Mon Jul 26 07:08:03 2004
|
|
+++ fcgid_conf.c Fri Aug 13 05:04:44 2004
|
|
@@ -15,7 +15,7 @@
|
|
#define DEFAULT_ERROR_SCAN_INTERVAL 3
|
|
#define DEFAULT_ZOMBIE_SCAN_INTERVAL 3
|
|
#define DEFAULT_PROC_LIFETIME (60*60)
|
|
-#define DEFAULT_SOCKET_PREFIX "logs/fcgidsock"
|
|
+#define DEFAULT_SOCKET_PREFIX "/var/run/fcgidsock"
|
|
#define DEFAULT_SPAWNSOCRE_UPLIMIT 10
|
|
#define DEFAULT_SPAWN_SCORE 1
|
|
#define DEFAULT_TERMINATION_SCORE 2
|