Disable fast-cgi

This commit is contained in:
Scott Ullrich 2005-11-29 01:31:56 +00:00
parent 668f984ed6
commit a81565a786

View File

@ -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\"";