]> granicus.if.org Git - apache/blob - docs/manual/mod/mpm_winnt.xml
Bring some docs into line with the DTD.
[apache] / docs / manual / mod / mpm_winnt.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
4 <modulesynopsis>
5
6 <name>mpm_winnt</name>
7 <description>This Multi-Processing Module is optimized for Windows
8     NT.</description>
9 <status>MPM</status>
10 <sourcefile>mpm_winnt.c</sourcefile>
11 <identifier>mpm_winnt_module</identifier>
12
13 <summary>
14     <p>This Multi-Processing Module (MPM) is the default for the
15     Windows NT operating systems. It uses a single control process
16     which launches a single child process which in turn creates
17     threads to handle requests</p>
18 </summary>
19
20 <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
21 </directivesynopsis>
22 <directivesynopsis location="mpm_common"><name>PidFile</name>
23 </directivesynopsis>
24 <directivesynopsis location="mpm_common"><name>Listen</name>
25 </directivesynopsis>
26 <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
27 </directivesynopsis>
28 <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
29 </directivesynopsis>
30 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
31 </directivesynopsis>
32 <directivesynopsis location="mpm_common"><name>ThreadsPerChild</name>
33 </directivesynopsis>
34
35 </modulesynopsis>