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/
4 lines
177 B
Text
4 lines
177 B
Text
libexec/apache2/mod_fcgid.so
|
|
@exec /bin/mkdir -p -m 700 /var/run/fcgidsock
|
|
@exec /bin/chown www:www /var/run/fcgidsock
|
|
@unexec /bin/rmdir /var/run/fcgidsock 2>/dev/null || true
|