From a81565a7860bc236d0beea799c38d43047244de5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 29 Nov 2005 01:31:56 +0000 Subject: [PATCH] Disable fast-cgi --- etc/inc/system.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 543a99aba7..a7b88e7617 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -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\"";