summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-07 03:32:54 +0000
committerBill Marquette <billm@pfsense.org>2005-04-07 03:32:54 +0000
commitc47f7673c9398ad3429412aaae13550268e419c9 (patch)
tree81a9196636263e79ea0b8d2abe23b9d7c737e0d5
parentcdb0117c70cf7caeef1f3a82111384c484d6118d (diff)
downloadpfsense-c47f7673c9398ad3429412aaae13550268e419c9.zip
pfsense-c47f7673c9398ad3429412aaae13550268e419c9.tar.gz
revert maxproc change - the new daemon does support :)
-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 19100d8..262170f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -374,11 +374,11 @@ EOD;
fclose($fd);
$res = mwexec("/usr/local/sbin/mini_httpd -S -E {$g['varetc_path']}/cert.pem" .
- " -c \"**.php|**.cgi\" -u root $portarg" .
+ " -c \"**.php|**.cgi\" -u root -maxproc 16 $portarg" .
" -i {$g['varrun_path']}/mini_httpd.pid");
} else {
$res = mwexec("/usr/local/sbin/mini_httpd -c \"**.php|**.cgi\" -u root" .
- " $portarg -i {$g['varrun_path']}/mini_httpd.pid");
+ " -maxproc 16 $portarg -i {$g['varrun_path']}/mini_httpd.pid");
}
if ($g['booting']) {
OpenPOWER on IntegriCloud