summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-06 05:32:19 +0000
committerBill Marquette <billm@pfsense.org>2005-04-06 05:32:19 +0000
commit9f71ee2f13bf4ac1d70604edf668b2e513322dc8 (patch)
tree42cf0bbe84a094f12fd5d7197fe36f9c872d1d46
parentf49d71862706bf131b8da92492816d1dfc1bde76 (diff)
downloadpfsense-9f71ee2f13bf4ac1d70604edf668b2e513322dc8.zip
pfsense-9f71ee2f13bf4ac1d70604edf668b2e513322dc8.tar.gz
new mini_httpd doesn't support maxproc for now
-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 262170f..19100d8 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 -maxproc 16 $portarg" .
+ " -c \"**.php|**.cgi\" -u root $portarg" .
" -i {$g['varrun_path']}/mini_httpd.pid");
} else {
$res = mwexec("/usr/local/sbin/mini_httpd -c \"**.php|**.cgi\" -u root" .
- " -maxproc 16 $portarg -i {$g['varrun_path']}/mini_httpd.pid");
+ " $portarg -i {$g['varrun_path']}/mini_httpd.pid");
}
if ($g['booting']) {
OpenPOWER on IntegriCloud