diff options
author | André Malo <nd@apache.org> | 2003-04-24 02:38:06 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-04-24 02:38:06 +0200 |
commit | b67b370d08410901539072f80b2a4302e2022db7 (patch) | |
tree | dc41d70746840ac91622213eecabd119e01d5297 /docs/manual/mod/mpm_winnt.xml.de | |
parent | markup, expression. (diff) | |
download | apache2-b67b370d08410901539072f80b2a4302e2022db7.tar.xz apache2-b67b370d08410901539072f80b2a4302e2022db7.zip |
add mpm_winnt.xml.de. This is actually just a copy from 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_winnt.xml.de')
-rw-r--r-- | docs/manual/mod/mpm_winnt.xml.de | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/manual/mod/mpm_winnt.xml.de b/docs/manual/mod/mpm_winnt.xml.de new file mode 100644 index 0000000000..badd01e93a --- /dev/null +++ b/docs/manual/mod/mpm_winnt.xml.de @@ -0,0 +1,41 @@ +<?xml version="1.0"?> +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> +<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> +<!-- English revision: 1.6 --> + +<modulesynopsis metafile="mpm_winnt.xml.meta"> + +<name>mpm_winnt</name> +<description> Das Multi-Processing-Modul ist optimiert dür + Windows NT.</description> +<status>MPM</status> +<sourcefile>mpm_winnt.c</sourcefile> +<identifier>mpm_winnt_module</identifier> + +<summary> + <p>Dieses Multi-Processing-Modul (MPM) ist die Voreinstellung + für das Betriebssystem Windows NT. Es verwendet einen einzelnen + Steuerprozess, der einen einzelnen Kindprozess startet, welcher + wiederum Threads zur Bedienung von Anfragen erstellt.</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>ScoreBoardFile</name> +</directivesynopsis> +<directivesynopsis location="mpm_common"><name>SendBufferSize</name> +</directivesynopsis> +<directivesynopsis location="mpm_common"><name>ThreadLimit</name> +</directivesynopsis> +<directivesynopsis location="mpm_common"><name>ThreadsPerChild</name> +</directivesynopsis> + +</modulesynopsis> |