From: Fredrik Tolf Date: Tue, 13 Dec 2011 02:59:07 +0000 (+0100) Subject: etc: Added a commented-out section for using FCGI PHP. X-Git-Tag: 0.10~10 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=5283d505fcdfd7079e491b482a9f2367ff024201 etc: Added a commented-out section for using FCGI PHP. --- diff --git a/etc/ashd/dirplex.d/php.rc b/etc/ashd/dirplex.d/php.rc index bf0ecbe..f5f689e 100644 --- a/etc/ashd/dirplex.d/php.rc +++ b/etc/ashd/dirplex.d/php.rc @@ -4,3 +4,10 @@ fchild php match filename *.php handler php + +# Use the following configuration to use FCGI with PHP instead of +# ordinary CGI. Adjust the number of processes as you wish (see +# multifscgi(1) for details). +# +# child php +# exec callfcgi multifscgi 3 php-cgi