From: Bradley Nicholes Date: Mon, 29 Oct 2001 22:52:53 +0000 (+0000) Subject: Conf file cleanup X-Git-Tag: 2.0.27~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceb086b73bb0e2d9d68deb359a6373a5cdaacad8;p=apache Conf file cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91689 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-nw.conf b/docs/conf/httpd-nw.conf index c5724fafcb..184ca8706f 100644 --- a/docs/conf/httpd-nw.conf +++ b/docs/conf/httpd-nw.conf @@ -51,12 +51,6 @@ # ServerRoot "@@ServerRoot@@" -# -# PidFile: The file in which the server should record its process -# identification number when it starts. -# -PidFile logs/httpd.pid - # # Timeout: The number of seconds before receives and sends time out. # @@ -86,20 +80,22 @@ KeepAliveTimeout 15 ## # NetWare MPM -# ThreadsPerChild ...... constant number of worker threads in the server process -# MaxRequestsPerChild .. maximum number of requests a server process serves - # ThreadStackSize ...... Stack size allocated for each worker thread # StartThreads ......... Number of worker threads launched at server startup # MinSpareThreads ...... Minimum number of idle threads, to handle request spikes # MaxSpareThreads ...... Maximum number of idle threads # MaxThreads ........... Maximum number of worker threads alive at the same time +# MaxRequestsPerChild .. Maximum number of requests a thread serves. It is +# recommended that the default value of 0 be set for this +# directive on NetWare. This will allow the thread to +# continue to service requests indefinitely. ThreadStackSize 65536 StartThreads 250 MinSpareThreads 25 MaxSpareThreads 250 MaxThreads 1000 +MaxRequestsPerChild 0 #