From: Brian Havard Date: Wed, 24 Apr 2002 14:24:35 +0000 (+0000) Subject: Add a configuration block for the OS/2 MPM. X-Git-Tag: 2.0.36~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b1890f12dc19467853de78b7c207c46982891ab;p=apache Add a configuration block for the OS/2 MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94780 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 5d17d90fcf..c74b29da68 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -192,6 +192,19 @@ MaxThreads 1000 MaxRequestsPerChild 0 +# OS/2 MPM +# StartServers ......... Number of server processes to maintain +# MinSpareThreads ...... Minimum number of idle threads per process, +# to handle request spikes +# MaxSpareThreads ...... Maximum number of idle threads per process +# MaxRequestsPerChild .. Maximum number of connections per server process + +StartServers 2 +MinSpareThreads 5 +MaxSpareThreads 10 +MaxRequestsPerChild 0 + + # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the