]> granicus.if.org Git - apache/commitdiff
Add mpm_winnt conversion and fix a typo in mpm_common.
authorJoshua Slive <slive@apache.org>
Tue, 5 Mar 2002 23:15:43 +0000 (23:15 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 5 Mar 2002 23:15:43 +0000 (23:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93722 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml
docs/manual/mod/mpm_winnt.xml [new file with mode: 0644]

index 3e3e4b7a5f70e3bf1d0c0771e0d2effd549d7ddd..d147998d2a286889e2c68c1bbc017e8b58b3b0c7 100644 (file)
@@ -247,7 +247,7 @@ to serve requests</description>
 </directivesynopsis>
 
 <directivesynopsis>
-<name>MaxRequestPerChild</name>
+<name>MaxRequestsPerChild</name>
 <description>Limit on the number of requests that an individual child server
 will handle during its life</description>
 <syntax>MaxRequestsPerChild <em>number</em></syntax>
diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml
new file mode 100644 (file)
index 0000000..ca51b38
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
+<modulesynopsis>
+
+<name>mpm_winnt</name>
+<description>This Multi-Processing Module is optimized for Windows
+    NT.</description>
+<status>MPM</status>
+<sourcefile>mpm_winnt.c</sourcefile>
+<identifier>mpm_winnt_module</identifier>
+
+<summary>
+    <p>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</p>
+</summary>
+
+<directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>PidFile</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>Listen</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ListenBacklog</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>SendBufferSize</name>
+</directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ThreadsPerChild</name>
+</directivesynopsis>
+
+</modulesynopsis>
\ No newline at end of file