From: Joshua Slive Date: Tue, 5 Mar 2002 23:15:43 +0000 (+0000) Subject: Add mpm_winnt conversion and fix a typo in mpm_common. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72b4678fe17a90c83fa9226a2ac23573fd61a330;p=apache Add mpm_winnt conversion and fix a typo in mpm_common. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93722 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 3e3e4b7a5f..d147998d2a 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -247,7 +247,7 @@ to serve requests -MaxRequestPerChild +MaxRequestsPerChild Limit on the number of requests that an individual child server will handle during its life MaxRequestsPerChild number diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml new file mode 100644 index 0000000000..ca51b38063 --- /dev/null +++ b/docs/manual/mod/mpm_winnt.xml @@ -0,0 +1,34 @@ + + + + +mpm_winnt +This Multi-Processing Module is optimized for Windows + NT. +MPM +mpm_winnt.c +mpm_winnt_module + + +

This Multi-Processing Module (MPM) is the default for the + Windows NT operating systems. It uses a single control process + which launches a single child process which in turn creates + threads to handle requests

+
+ +CoreDumpDirectory + +PidFile + +Listen + +ListenBacklog + +MaxRequestsPerChild + +SendBufferSize + +ThreadsPerChild + + +
\ No newline at end of file