summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-28 01:10:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-28 01:10:34 +0000
commit52624d2c846a44ca9e4c68457e4caae97af3f029 (patch)
tree9b04fbfbe3474b30842d1d0c519750bb3c3e0864 /etc/inc/system.inc
parent7185e415cc44d2910cb332906b69fe88de15cf29 (diff)
downloadpfsense-52624d2c846a44ca9e4c68457e4caae97af3f029.zip
pfsense-52624d2c846a44ca9e4c68457e4caae97af3f029.tar.gz
Turn back on fast-cgi for testing
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index b07d71e..5092313 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -561,9 +561,9 @@ function system_generate_lighty_config($filename,
$memory = get_memory();
$avail = $memory[0];
- //if($avail > 0 and $avail < 72) {
+ if($avail > 0 and $avail < 65) {
$fast_cgi_enable = false;
- //}
+ }
if($fast_cgi_enable == true) {
$module = "\"mod_fastcgi\", \"mod_cgi\"";
OpenPOWER on IntegriCloud