From eef77bfe0df4af723edbd2d283a50e2151269ad2 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 3 Jan 2013 14:23:50 +0000 Subject: Always make sure php has its own process manager to make lighty happy --- etc/inc/system.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc') diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 9f766b7..e7b05bb 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -792,8 +792,8 @@ function system_generate_lighty_config($filename, if ($avail > 0 and $avail < 128) { $bin_environment = << ( - "PHP_FCGI_CHILDREN" => "0", - "PHP_FCGI_MAX_REQUESTS" => "2", + "PHP_FCGI_CHILDREN" => "1", + "PHP_FCGI_MAX_REQUESTS" => "500", ), EOC; -- cgit v1.1