mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disable fast-cgi
This commit is contained in:
parent
668f984ed6
commit
a81565a786
@ -533,9 +533,9 @@ function system_generate_lighty_config($filename, $cert, $key, $pid_file,
|
||||
$memory = get_memory();
|
||||
$avail = $memory[0];
|
||||
|
||||
if($avail > 0 and $avail < 72) {
|
||||
$fast_cgi_enable = false;
|
||||
}
|
||||
//if($avail > 0 and $avail < 72) {
|
||||
$fast_cgi_enable = false;
|
||||
//}
|
||||
|
||||
if($fast_cgi_enable == true) {
|
||||
$module = "\"mod_fastcgi\", \"mod_cgi\"";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user