From c47f7673c9398ad3429412aaae13550268e419c9 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Thu, 7 Apr 2005 03:32:54 +0000 Subject: revert maxproc change - the new daemon does support :) --- etc/inc/system.inc | 4 ++-- 1 file 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']) { -- cgit v1.1