From 5283d505fcdfd7079e491b482a9f2367ff024201 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 13 Dec 2011 03:59:07 +0100 Subject: [PATCH] etc: Added a commented-out section for using FCGI PHP. --- etc/ashd/dirplex.d/php.rc | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.11.0