summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-03 21:00:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-03 21:00:58 +0000
commit50db0bd767b29fcab269a9d939bef3f549b04c32 (patch)
treeb8b0028537f639c0ec3d791f0d87d5c41f74e56f /etc
parent4f1fbb19ad58edebcdeb6439f85ea18a02e1d2a4 (diff)
downloadpfsense-50db0bd767b29fcab269a9d939bef3f549b04c32.zip
pfsense-50db0bd767b29fcab269a9d939bef3f549b04c32.tar.gz
With the tweaks that have occured today fastcgi can now run again on 64 megabyte machines.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index b9aa8d4..3561e11 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -723,10 +723,6 @@ function system_generate_lighty_config($filename,
$max_requests = 1;
}
- /* we told you that 64 megs would be slow */
- if ($avail > 0 and $avail < 65)
- $fast_cgi_enable = false;
-
if($fast_cgi_enable == true) {
$module = "\"mod_fastcgi\", \"mod_cgi\"";
$cgi_config = "";
OpenPOWER on IntegriCloud