mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Always make sure php has its own process manager to make lighty happy
This commit is contained in:
parent
e83eaf36a1
commit
eef77bfe0d
@ -792,8 +792,8 @@ function system_generate_lighty_config($filename,
|
||||
if ($avail > 0 and $avail < 128) {
|
||||
$bin_environment = <<<EOC
|
||||
"bin-environment" => (
|
||||
"PHP_FCGI_CHILDREN" => "0",
|
||||
"PHP_FCGI_MAX_REQUESTS" => "2",
|
||||
"PHP_FCGI_CHILDREN" => "1",
|
||||
"PHP_FCGI_MAX_REQUESTS" => "500",
|
||||
),
|
||||
|
||||
EOC;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user