summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-18 02:26:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-18 02:26:58 +0000
commitba59730f690a7031663f5e64264d8ac6d57ab444 (patch)
tree212695875867d6af958649473b8ecd74d7d0ce5e /etc/inc/captiveportal.inc
parentcc76d4591c5769100a95f203560cd4f4708f02bb (diff)
downloadpfsense-ba59730f690a7031663f5e64264d8ac6d57ab444.zip
pfsense-ba59730f690a7031663f5e64264d8ac6d57ab444.tar.gz
Allow setting of max fast-php children
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 96bd68a..01a5afd 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -172,7 +172,7 @@ EOD;
/* generate lighttpd configuration */
system_generate_lighty_config("{$g['varetc_path']}/lighty-CaptivePortal.conf",
$key, $cert, "lighty-CaptivePortal.pid", "8000", "/usr/local/captiveportal/",
- "cert-portal.pem");
+ "cert-portal.pem", "5");
/* attempt to start lighttpd */
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-CaptivePortal.conf");
OpenPOWER on IntegriCloud