From eef14a762457ab2467948f908730791e3719990d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 3 Dec 2006 17:08:37 +0000 Subject: [PATCH] * changed mnemosyne php.conf template for lighttpd to set "max-procs" => 1 because it's important to set it while while using any php opcode cacher --- pkg_conf/php.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg_conf/php.conf b/pkg_conf/php.conf index 2ef2918..817e1f1 100644 --- a/pkg_conf/php.conf +++ b/pkg_conf/php.conf @@ -37,6 +37,7 @@ lighttpd) fastcgi.server = ( ".php" => (( "socket" => "/tmp/php-fastcgi.socket", "bin-path" => "$bindir/php", + "max-procs" => 1, "bin-environment" => ( "PHP_FCGI_CHILDREN" => "16", "PHP_FCGI_MAX_REQUESTS" => "10000" ), -- 2.11.4.GIT