You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2006/04/24 20:31:05 UTC

svn commit: r396636 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: beos.xml.de core.xml.de leader.xml.de mpm_common.xml.de mpm_winnt.xml.de prefork.xml.de worker.xml.de

Author: nd
Date: Mon Apr 24 11:31:01 2006
New Revision: 396636

URL: http://svn.apache.org/viewcvs?rev=396636&view=rev
Log:
update German translation

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/beos.xml.de
    httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de
    httpd/httpd/branches/2.0.x/docs/manual/mod/leader.xml.de
    httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.de
    httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_winnt.xml.de
    httpd/httpd/branches/2.0.x/docs/manual/mod/prefork.xml.de
    httpd/httpd/branches/2.0.x/docs/manual/mod/worker.xml.de

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/beos.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/beos.xml.de?rev=396636&r1=396635&r2=396636&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/beos.xml.de (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/beos.xml.de Mon Apr 24 11:31:01 2006
@@ -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
@@ -42,6 +42,8 @@
 <directivesynopsis location="mpm_common"><name>Listen</name>
 </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>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de?rev=396636&r1=396635&r2=396636&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de Mon Apr 24 11:31:01 2006
@@ -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 @@
     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
@@ -2401,6 +2401,13 @@
     zu den momentan g&uuml;ltigen Optionen hinzugef&uuml;gt und jede Option
     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>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/leader.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/leader.xml.de?rev=396636&r1=396635&r2=396636&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/leader.xml.de (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/leader.xml.de Mon Apr 24 11:31:01 2006
@@ -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
@@ -68,6 +68,8 @@
 <directivesynopsis location="mpm_common"><name>Listen</name>
 </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>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.de?rev=396636&r1=396635&r2=396636&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.de (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.de Mon Apr 24 11:31:01 2006
@@ -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
@@ -675,8 +675,28 @@
 </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 @@
 <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

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_winnt.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_winnt.xml.de?rev=396636&r1=396635&r2=396636&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_winnt.xml.de (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_winnt.xml.de Mon Apr 24 11:31:01 2006
@@ -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
@@ -48,6 +48,8 @@
 <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
 </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>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/prefork.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/prefork.xml.de?rev=396636&r1=396635&r2=396636&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/prefork.xml.de (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/prefork.xml.de Mon Apr 24 11:31:01 2006
@@ -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
@@ -111,6 +111,8 @@
 <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
 </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>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/worker.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/worker.xml.de?rev=396636&r1=396635&r2=396636&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/worker.xml.de (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/worker.xml.de Mon Apr 24 11:31:01 2006
@@ -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
@@ -165,6 +165,8 @@
 <directivesynopsis location="mpm_common"><name>MinSpareThreads</name>
 </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>