summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-26 18:49:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-26 18:49:29 +0000
commitb18bff2071ac3d9a3c902efdf84bbe08188ab7c6 (patch)
treeb9f0275da1440ec6bf12d0d71df1e400f2e4e662
parent223d44043529d4f56e5ce2dc33d3d47290e28a50 (diff)
downloadpfsense-b18bff2071ac3d9a3c902efdf84bbe08188ab7c6.zip
pfsense-b18bff2071ac3d9a3c902efdf84bbe08188ab7c6.tar.gz
Reenable fast-cgi. We are no longer using reload_interfaces since it crashes 64 meg boxes after being invoked twice.
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 12346ab..ecb8a9b 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -581,7 +581,7 @@ function system_generate_lighty_config($filename,
$max_requests = 1;
}
- if($avail > 0 and $avail < 65) {
+ if($avail > 0 and $avail < 45) {
$fast_cgi_enable = false;
}
OpenPOWER on IntegriCloud