]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update German translation
authorAndré Malo <nd@apache.org>
Mon, 24 Apr 2006 18:31:01 +0000 (18:31 +0000)
committerAndré Malo <nd@apache.org>
Mon, 24 Apr 2006 18:31:01 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@396636 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/beos.xml.de
docs/manual/mod/core.xml.de
docs/manual/mod/leader.xml.de
docs/manual/mod/mpm_common.xml.de
docs/manual/mod/mpm_winnt.xml.de
docs/manual/mod/prefork.xml.de
docs/manual/mod/worker.xml.de

index 8d9e6d6e0a9fa1ea967ac4d463653e628df545df..f1ef7deade5b48e0f40d91670760fd0e45a63e02 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151405:396609 (outdated) -->
+<!-- English Revision: 396609 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
@@ -43,6 +43,8 @@
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
 </directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
+</directivesynopsis>
 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>StartThreads</name>
index 18bbe6d81ab58b461875e0f6129387d5a5baca33..dbdb90d905aee3b929eb6b87ecfc1b0572c2e70f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 328032:396609 (outdated) -->
+<!-- English Revision: 396609 -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
@@ -1137,7 +1137,7 @@ ETag verwendet werden</description>
     und <code>Size</code> kann entweder ein <code>+</code> oder ein
     <code>-</code> vorangestellt werden, was die &Auml;nderung einer
     Vorgabe erlaubt, die von einem gr&ouml;&szlig;eren Umfeld
-    geerbt wurde. Jedes Schl&uuml;selwort ohne ein solches Prefix
+    geerbt wurde. Jedes Schl&uuml;selwort ohne ein solches Pr&auml;fix
     hebt die ererbte Einstellung sofort und vollst&auml;ndig auf.</p>
 
     <p>Wenn die Konfiguration f&uuml;r ein Verzeichnis
@@ -2402,6 +2402,13 @@ bestimmten Verzeichnis verf&uuml;gbar sind</description>
     mit vorangestelltem <code>-</code> wird aus den derzeit g&uuml;ltigen
     Optionen entfernt.</p>
 
+    <note type="warning"><title>Warnung</title>
+    <p>Die Verwendung von <directive>Options</directive>, bei der einzelne
+    Optionen mit <code>+</code> oder <code>-</code> und Optionen ohne diese
+    Pr&auml;fixe vermischt werden, ist ung&uuml;ltig und f&uuml;hrt
+    h&auml;ufig zu unerwarteten Ergebnissen.</p>
+    </note>
+
     <p>So wird zum Beispiel ohne die Zeichen <code>+</code> und
     <code>-</code></p>
 
index 93f84ec5ecf020539866cf32f97ddcce3772c667..305476c54434a90210459bcaab63f7a418273a76 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151405:396609 (outdated) -->
+<!-- English Revision: 396609 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
@@ -69,6 +69,8 @@
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
 </directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
+</directivesynopsis>
 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>LockFile</name>
index 47870fbd770578fdae1ef9a5523736d2fa35e026..3e26dfa47241fe568ea45d0e2d38a6287f7bb87f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 328032:396609 (outdated) -->
+<!-- English Revision: 396609 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
@@ -674,9 +674,29 @@ entgegengenommenen Anfragen</description>
   starten</a></seealso>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>ReceiveBufferSize</name>
+<description>Gr&ouml;&szlig;e des TCP-Empfangspuffers</description>
+<syntax>ReceiveBufferSize <var>Bytes</var></syntax>
+<default>ReceiveBufferSize 0</default>
+<contextlist><context>server config</context></contextlist>
+<modulelist><module>beos</module><module>leader</module>
+<module>mpm_netware</module><module>mpm_winnt</module>
+<module>mpmt_os2</module><module>perchild</module><module>prefork</module>
+<module>threadpool</module><module>worker</module></modulelist>
+
+<usage>
+    <p>Der Server setzt die Gr&ouml;&szlig;e des TCP-Empfangspuffers auf die
+    angegebene Anzahl Bytes.</p>
+
+    <p>Wird der Wert auf <code>0</code> gesetzt, dann verwendet der Server
+    die Voreinstellung des Betriebssystems.</p>
+</usage>
+</directivesynopsis>
+
 <directivesynopsis>
 <name>SendBufferSize</name>
-<description>Gr&ouml;&szlig;e des TCP-Puffers</description>
+<description>Gr&ouml;&szlig;e des TCP-Sendepuffers</description>
 <syntax>SendBufferSize <var>Bytes</var></syntax>
 <default>SendBufferSize 0</default>
 <contextlist><context>server config</context></contextlist>
@@ -686,7 +706,7 @@ entgegengenommenen Anfragen</description>
 <module>threadpool</module><module>worker</module></modulelist>
 
 <usage>
-    <p>Der Server setzt die Gr&ouml;&szlig;e des TCP-Puffers auf die
+    <p>Der Server setzt die Gr&ouml;&szlig;e des TCP-Sendepuffers auf die
     angegebene Anzahl Bytes. Dies ist sehr hilfreich, um Voreinstellungen
     alter Standardbetriebssysteme f&uuml;r Hochgeschwindigkeitsverbindungen
     mit hoher Latenzzeit anzuheben (<em>d.h.</em> 100ms oder so, wie bei
index c441994242d86416ea683acfb78e7b388c3cdc5a..7194f04197d351d3f3d62a001665bf1b4ebf790b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151405:396609 (outdated) -->
+<!-- English Revision: 396609 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
@@ -49,6 +49,8 @@
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
 </directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
+</directivesynopsis>
 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ThreadLimit</name>
index bfcdc10646b781fb93df9efbbe206fc096ef223b..e032db5c7f598b269695a4b4e576406d32436c1f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151405:396609 (outdated) -->
+<!-- English Revision: 396609 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
 </directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
+</directivesynopsis>
 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ServerLimit</name>
index a589b2e16c20e1c2587bcf88bfa26f919070cc97..7fd51a4dabc29d26ae12b6642af48c2274645c53 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151405:396609 (outdated) -->
+<!-- English Revision: 396609 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
 </directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
+</directivesynopsis>
 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ServerLimit</name>