You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2020/06/06 18:15:55 UTC

svn commit: r1878548 [12/25] - in /httpd/httpd/trunk/docs/manual: ./ developer/ faq/ howto/ misc/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/

Modified: httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en Sat Jun  6 18:15:51 2020
@@ -27,14 +27,14 @@
 <div id="preamble"><h1>Apache Module mod_usertrack</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_usertrack.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_usertrack.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
+<a href="../fr/mod/mod_usertrack.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>
 <em>Clickstream</em> logging of user activity on a site
 </td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module&#160;Identifier:</a></th><td>usertrack_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Source&#160;File:</a></th><td>mod_usertrack.c</td></tr></table>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>usertrack_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_usertrack.c</td></tr></table>
 <h3>Summary</h3>
 
     <p>Provides tracking of a user through your website via browser
@@ -47,7 +47,10 @@
 <ul id="toc">
 <li><img alt="" src="../images/down.gif" /> <a href="#cookiedomain">CookieDomain</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#cookieexpires">CookieExpires</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#cookiehttponly">CookieHTTPOnly</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#cookiename">CookieName</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#cookiesamesite">CookieSameSite</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#cookiesecure">CookieSecure</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#cookiestyle">CookieStyle</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#cookietracking">CookieTracking</a></li>
 </ul>
@@ -129,6 +132,23 @@ CustomLog "logs/clickstream.log" usertra
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="CookieHTTPOnly" id="CookieHTTPOnly">CookieHTTPOnly</a> <a name="cookiehttponly" id="cookiehttponly">Directive</a> <a title="Permanent link" href="#cookiehttponly" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adds the 'HTTPOnly' attribute to the cookie</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieHTTPOnly on|off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CookieHTTPOnly off</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>2.5.1 and later</td></tr>
+</table>
+    <p>When set to 'ON', the 'HTTPOnly' cookie attribute is added to this 
+    modules tracking cookie. This attribute instructs browsers to block javascript
+    from reading the value of the cookie.</p>
+
+</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="CookieName" id="CookieName">CookieName</a> <a name="cookiename" id="cookiename">Directive</a> <a title="Permanent link" href="#cookiename" class="permalink">&para;</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Name of the tracking cookie</td></tr>
@@ -152,6 +172,47 @@ CustomLog "logs/clickstream.log" usertra
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="CookieSameSite" id="CookieSameSite">CookieSameSite</a> <a name="cookiesamesite" id="cookiesamesite">Directive</a> <a title="Permanent link" href="#cookiesamesite" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adds the 'SameSite' attribute to the cookie</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieSameSite None|Lax|Strict</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>unset</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>2.5.1 and later</td></tr>
+</table>
+    <p>When set to 'None', 'Lax', or 'Strict', the 'SameSite' cookie attribute 
+    is added to this modules tracking cookie with the corresponding value.  
+    This attribute instructs browser on how to treat the cookie when it is 
+    requested in a cross-site context.</p>
+
+     <div class="note">
+        <p>A value of 'None' sets 'SameSite=None', which is the most liberal setting. To 
+        omit this attribute, omit the directive entirely.</p>
+    </div>
+  
+
+</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="CookieSecure" id="CookieSecure">CookieSecure</a> <a name="cookiesecure" id="cookiesecure">Directive</a> <a title="Permanent link" href="#cookiesecure" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adds the 'Secure' attribute to the cookie</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CookieSecure on|off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CookieSecure off</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_usertrack</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>2.5.1 and later</td></tr>
+</table>
+    <p>When set to 'ON', the 'Secure' cookie attribute is added to this 
+    modules tracking cookie. This attribute instructs browsers to only
+    transmit the cookie over HTTPS.</p>
+
+</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="CookieStyle" id="CookieStyle">CookieStyle</a> <a name="cookiestyle" id="cookiestyle">Directive</a> <a title="Permanent link" href="#cookiestyle" class="permalink">&para;</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Format of the cookie header field</td></tr>
@@ -215,7 +276,7 @@ CustomLog "logs/clickstream.log" usertra
 </div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_usertrack.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_usertrack.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
+<a href="../fr/mod/mod_usertrack.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';

Modified: httpd/httpd/trunk/docs/manual/mod/mod_version.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_version.html.en?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_version.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_version.html.en Sat Jun  6 18:15:51 2020
@@ -27,14 +27,14 @@
 <div id="preamble"><h1>Apache Module mod_version</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_version.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_version.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/mod_version.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_version.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Version dependent configuration</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module&#160;Identifier:</a></th><td>version_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Source&#160;File:</a></th><td>mod_version.c</td></tr></table>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>version_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_version.c</td></tr></table>
 <h3>Summary</h3>
 
     <p>This module is designed for the use in test suites and large
@@ -136,7 +136,7 @@
 </div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_version.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_version.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/mod_version.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_version.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en Sat Jun  6 18:15:51 2020
@@ -27,14 +27,14 @@
 <div id="preamble"><h1>Apache Module mod_vhost_alias</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_vhost_alias.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_vhost_alias.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
-<a href="../tr/mod/mod_vhost_alias.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../fr/mod/mod_vhost_alias.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+<a href="../tr/mod/mod_vhost_alias.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides for dynamically configured mass virtual
 hosting</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module&#160;Identifier:</a></th><td>vhost_alias_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Source&#160;File:</a></th><td>mod_vhost_alias.c</td></tr></table>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>vhost_alias_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_vhost_alias.c</td></tr></table>
 <h3>Summary</h3>
 
     <p>This module creates dynamically configured virtual hosts, by
@@ -332,8 +332,8 @@ a given virtual host</td></tr>
 </div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_vhost_alias.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_vhost_alias.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
-<a href="../tr/mod/mod_vhost_alias.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../fr/mod/mod_vhost_alias.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+<a href="../tr/mod/mod_vhost_alias.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';

Modified: httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en Sat Jun  6 18:15:51 2020
@@ -27,13 +27,13 @@
 <div id="preamble"><h1>Apache Module mod_watchdog</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_watchdog.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_watchdog.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
+<a href="../fr/mod/mod_watchdog.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>provides infrastructure for other modules to periodically run
     tasks</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module&#160;Identifier:</a></th><td>watchdog_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Source&#160;File:</a></th><td>mod_watchdog.c</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>watchdog_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_watchdog.c</td></tr>
 <tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.3 and later</td></tr></table>
 <h3>Summary</h3>
 
@@ -78,7 +78,7 @@ second.</p>
 </div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_watchdog.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_watchdog.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
+<a href="../fr/mod/mod_watchdog.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';

Modified: httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en Sat Jun  6 18:15:51 2020
@@ -27,13 +27,13 @@
 <div id="preamble"><h1>Apache Module mod_xml2enc</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_xml2enc.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_xml2enc.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
+<a href="../fr/mod/mod_xml2enc.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Enhanced charset/internationalisation support for libxml2-based
 filter modules</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module&#160;Identifier:</a></th><td>xml2enc_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Source&#160;File:</a></th><td>mod_xml2enc.c</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>xml2enc_module</td></tr>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_xml2enc.c</td></tr>
 <tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.4 and later.  Available as a third-party module
 for 2.2.x versions</td></tr></table>
 <h3>Summary</h3>
@@ -193,7 +193,7 @@ can be <a href="#sniffing">automatically
 </div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/mod/mod_xml2enc.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mod_xml2enc.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
+<a href="../fr/mod/mod_xml2enc.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';

Modified: httpd/httpd/trunk/docs/manual/mod/module-dict.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/module-dict.html.en?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/module-dict.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/module-dict.html.en Sat Jun  6 18:15:51 2020
@@ -24,10 +24,10 @@
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Modules</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/module-dict.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/module-dict.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/module-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 
    <p>This document describes the terms that are used to describe
@@ -116,10 +116,10 @@
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/module-dict.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/module-dict.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/module-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
-<a href="../tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de Sat Jun  6 18:15:51 2020
@@ -26,15 +26,15 @@
 <div id="page-content">
 <div id="preamble"><h1>Allgemeine Direktiven der Apache-MPMs</h1>
 <div class="toplang">
-<p><span>Verf&#252;gbare Sprachen: </span><a href="../de/mod/mpm_common.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+<p><span>Verfügbare Sprachen: </span><a href="../de/mod/mpm_common.html" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/mpm_common.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mpm_common.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
-<div class="outofdate">Diese &#220;bersetzung ist m&#246;glicherweise
-            nicht mehr aktuell. Bitte pr&#252;fen Sie die englische Version auf
-            die neuesten &#196;nderungen.</div>
+<div class="outofdate">Diese Übersetzung ist möglicherweise
+            nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
+            die neuesten Änderungen.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Eine Sammlung von Direktiven, die in mehr als einem
   Multi-Processing-Modul (MPM) implementiert sind.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr></table>
@@ -79,9 +79,9 @@ to the httpd process.</td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code></td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit&#228;t:</a></th><td>2.5.1 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>2.5.1 and later</td></tr>
 </table><p>Die Dokumentation zu dieser Direktive wurde
-            noch nicht &#252;bersetzt. Bitte schauen Sie in die englische
+            noch nicht übersetzt. Bitte schauen Sie in die englische
             Version.</p></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="CoreDumpDirectory" id="CoreDumpDirectory">CoreDumpDirectory</a>-<a name="coredumpdirectory" id="coredumpdirectory">Direktive</a> <a title="Permanent link" href="#coredumpdirectory" class="permalink">&para;</a></h2>
@@ -89,26 +89,26 @@ to the httpd process.</td></tr>
 <tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Verzeichnis, in das der Apache zu wechseln versucht, bevor er
   einen Hauptspeicherauszug erstellt</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CoreDumpDirectory <var>Verzeichnis</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r die Voreinstellung siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für die Voreinstellung siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
     <p>Dies beeinflusst das Verzeichnis, in welches der Apache zu wechseln
-    versucht, bevor er einen Hauptspeicherauszug <span class="transnote">(<em>Anm.d.&#220;.:</em> einen
+    versucht, bevor er einen Hauptspeicherauszug <span class="transnote">(<em>Anm.d.Ü.:</em> einen
     so genannten Core-Dump)</span> erstellt. Die Voreinstellung ist das
     <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>-Verzeichnis. Da dieses
-    jedoch nicht f&#252;r den Benutzer beschreibbar sein soll, unter dem
-    der Server l&#228;uft, werden normalerweise keine
-    Hauptspeicherausz&#252;ge geschrieben. Wenn Sie zum Debuggen
-    einen Hauptspeicherauszug haben m&#246;chten, k&#246;nnen Sie
+    jedoch nicht für den Benutzer beschreibbar sein soll, unter dem
+    der Server läuft, werden normalerweise keine
+    Hauptspeicherauszüge geschrieben. Wenn Sie zum Debuggen
+    einen Hauptspeicherauszug haben möchten, können Sie
     ihn mit dieser Direktive an einem anderen Ort ablegen lassen.</p>
 
-    <div class="note"><h3>Hauptspeicherausz&#252;ge unter Linux</h3>
+    <div class="note"><h3>Hauptspeicherauszüge unter Linux</h3>
       <p>Wenn Apache als <code>root</code> startet und zu einem anderen Benutzer 
-      wechselt, <em>deaktiviert</em> der Linux-Kernel Hauptspeicherausz&#252;ge
+      wechselt, <em>deaktiviert</em> der Linux-Kernel Hauptspeicherauszüge
       auch dann, wenn der Prozess in dem Verzeichnis schreiben darf. Ab Linux
-      2.4 reaktiviert Apache (ab 2.0.46) Hauptspeicherausz&#252;ge wieder,
+      2.4 reaktiviert Apache (ab 2.0.46) Hauptspeicherauszüge wieder,
       jedoch nur dann, wenn Sie explizit
       <code class="directive">CoreDumpDirectory</code> konfigurieren.</p>
     </div>
@@ -124,13 +124,13 @@ Ausnahmefehler behandeln lassen kann</td
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit&#228;t:</a></th><td>Verf&#252;gbar seit Version 2.0.49</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>Verfügbar seit Version 2.0.49</td></tr>
 </table>
-    <p>Diese Direktive ist aus Sicherheitsgr&#252;nden nur verf&#252;gbar,
+    <p>Diese Direktive ist aus Sicherheitsgründen nur verfügbar,
     wenn der Server mit der Option <code>--enable-exception-hook</code>
     konfiguriert wurde. Sie aktiviert einen Hook, der es externen Modulen
-    erlaubt, sich dort einzuh&#228;ngen und nach dem Absturz eines
-    Kindprozesses noch Aktionen durchzuf&#252;hren.</p>
+    erlaubt, sich dort einzuhängen und nach dem Absturz eines
+    Kindprozesses noch Aktionen durchzuführen.</p>
 
     <p>Es existieren bereits zwei Module, <code>mod_whatkilledus</code> und
     <code>mod_backtrace</code>, welche diesen Hook verwenden. Weitere
@@ -148,7 +148,7 @@ will exit.</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code></td></tr>
 </table><p>Die Dokumentation zu dieser Direktive wurde
-            noch nicht &#252;bersetzt. Bitte schauen Sie in die englische
+            noch nicht übersetzt. Bitte schauen Sie in die englische
             Version.</p></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="Listen" id="Listen">Listen</a>-<a name="listen" id="listen">Direktive</a> <a title="Permanent link" href="#listen" class="permalink">&para;</a></h2>
@@ -158,15 +158,15 @@ will exit.</td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit&#228;t:</a></th><td>Seit Apache 2.0 vorgeschrieben</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>Seit Apache 2.0 vorgeschrieben</td></tr>
 </table>
     <p>Die Direktive <code class="directive">Listen</code> weist den Apache an,
     nur an den angegebenen IP-Adressen oder Ports zu lauschen.
-    Standardm&#228;&#223;ig antwortet er auf alle Anfragen an allen
+    Standardmäßig antwortet er auf alle Anfragen an allen
     IP-Interfaces. <code class="directive">Listen</code> ist nun eine notwendige
     Anweisung. Wenn sie nicht in der Konfigurationsdatei enthalten ist,
-    wird der Server-Start fehlschlagen. Dies ist eine &#196;nderung
-    gegen&#252;ber fr&#252;heren Versionen des Apache.</p>
+    wird der Server-Start fehlschlagen. Dies ist eine Änderung
+    gegenüber früheren Versionen des Apache.</p>
 
     <p>Die Direktive <code class="directive">Listen</code> weist den Server an,
     ankommende Anfragen am angegebenen Port oder der
@@ -175,10 +175,10 @@ will exit.</td></tr>
     Interfaces. Wenn sowohl eine IP-Adresse als auch ein Port angegeben
     sind, dann lauscht der Server am angegeben Port und Interface.</p>
 
-    <p>Es k&#246;nnen mehrere <code class="directive">Listen</code>-Anweisungen
+    <p>Es können mehrere <code class="directive">Listen</code>-Anweisungen
     verwendet werden, um eine Reihe von Adressen und Port anzugeben, an
     denen gelauscht werden soll. Der Server antwortet auf Anfragen von
-    jedem der aufgef&#252;hrten Adressen und Ports.</p>
+    jedem der aufgeführten Adressen und Ports.</p>
 
     <p>Um beispielsweise den Server Verbindungen an den beiden Ports 80 und
     8000 annehmen zu lassen, verwenden Sie:</p>
@@ -196,17 +196,17 @@ will exit.</td></tr>
       Listen 192.170.2.5:8000
     </code></p></div>
 
-    <p>IPv6-Adressen m&#252;ssen wie in dem folgenden Beispiel in eckige
+    <p>IPv6-Adressen müssen wie in dem folgenden Beispiel in eckige
     Klammern eingeschlossen werden:</p>
 
     <div class="example"><p><code>
       Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </code></p></div>
 
-    <div class="note"><h3>Fehlerm&#246;glichkeit</h3>
-      Mehrere <code class="directive">Listen</code>-Direktiven f&#252;r gleiche
-      IP-Adresse und Port f&#252;hren zur Fehlermeldung
-      <code>Address already in use</code> <span class="transnote">(<em>Anm.d.&#220;.:</em> Adresse schon in
+    <div class="note"><h3>Fehlermöglichkeit</h3>
+      Mehrere <code class="directive">Listen</code>-Direktiven für gleiche
+      IP-Adresse und Port führen zur Fehlermeldung
+      <code>Address already in use</code> <span class="transnote">(<em>Anm.d.Ü.:</em> Adresse schon in
       Benutzung)</span>.
     </div>
 
@@ -220,7 +220,7 @@ will exit.</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ListenBackLog" id="ListenBackLog">ListenBackLog</a>-<a name="listenbacklog" id="listenbacklog">Direktive</a> <a title="Permanent link" href="#listenbacklog" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Maximale L&#228;nge der Warteschlange schwebender
+<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Maximale Länge der Warteschlange schwebender
   Verbindungen</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ListenBacklog <var>backlog</var></code></td></tr>
 <tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>ListenBacklog 511</code></td></tr>
@@ -228,17 +228,17 @@ will exit.</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
-    <p>Die maximale L&#228;nge der Warteschlange schwebender Verbindungen.
-    &#220;blicherweise ist keine Feineinstellung notwendig oder sinnvoll,
-    auf einigen System kann es jedoch gew&#252;nscht sein, diesen Wert bei
-    TCP-SYN-Angriffen zu erh&#246;hen. Beachten Sie auch die Beschreibung des
+    <p>Die maximale Länge der Warteschlange schwebender Verbindungen.
+    Üblicherweise ist keine Feineinstellung notwendig oder sinnvoll,
+    auf einigen System kann es jedoch gewünscht sein, diesen Wert bei
+    TCP-SYN-Angriffen zu erhöhen. Beachten Sie auch die Beschreibung des
     backlog-Parameters der Systemfunktion <code>listen(2)</code>.</p>
 
     <p>Der Wert wird vom Betriebssystem oft auf eine niedrigere
     Einstellung begrenzt. Dies variiert von Betriebssystem zu Betriebssystem.
     Beachten Sie auch, dass viele Betriebssyteme nicht genau beachten,
-    was f&#252;r backlog angegeben ist, jedoch einen Wert basierend auf der
-    Angabe (normalerweiseweise jedoch gr&#246;&#223;er als diese) verwenden.</p>
+    was für backlog angegeben ist, jedoch einen Wert basierend auf der
+    Angabe (normalerweiseweise jedoch größer als diese) verwenden.</p>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -251,13 +251,13 @@ listeners' buckets</td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code></td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit&#228;t:</a></th><td>Available in Apache HTTP Server 2.4.17, with a kernel supporting
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>Available in Apache HTTP Server 2.4.17, with a kernel supporting
 the socket option <code>SO_REUSEPORT</code> and distributing new connections
 evenly across listening processes' (or threads') sockets using it (eg. Linux
 3.9 and later, but not the current implementations of <code>SO_REUSEPORT</code>
 in *BSDs.</td></tr>
 </table><p>Die Dokumentation zu dieser Direktive wurde
-            noch nicht &#252;bersetzt. Bitte schauen Sie in die englische
+            noch nicht übersetzt. Bitte schauen Sie in die englische
             Version.</p></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="MaxConnectionsPerChild" id="MaxConnectionsPerChild">MaxConnectionsPerChild</a>-<a name="maxconnectionsperchild" id="maxconnectionsperchild">Direktive</a> <a title="Permanent link" href="#maxconnectionsperchild" class="permalink">&para;</a></h2>
@@ -269,10 +269,10 @@ will handle during its life</td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code></td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit&#228;t:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
 <code>MaxRequestsPerChild</code> is still supported.</td></tr>
 </table><p>Die Dokumentation zu dieser Direktive wurde
-            noch nicht &#252;bersetzt. Bitte schauen Sie in die englische
+            noch nicht übersetzt. Bitte schauen Sie in die englische
             Version.</p></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="MaxMemFree" id="MaxMemFree">MaxMemFree</a>-<a name="maxmemfree" id="maxmemfree">Direktive</a> <a title="Permanent link" href="#maxmemfree" class="permalink">&para;</a></h2>
@@ -289,7 +289,7 @@ will handle during its life</td></tr>
     <p>Die Direktive <code class="directive">MaxMemFree</code> gibt die maximale
     Menge freier Kilobytes an, welche die Haupt-Zuteilungsroutine verwalten
     darf, ohne <code>free()</code> aufzurufen. Wenn keine Angabe gemacht wird,
-    oder Null angegeben ist, wird dieser Wert nicht eingeschr&#228;nkt.</p>
+    oder Null angegeben ist, wird dieser Wert nicht eingeschränkt.</p>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -303,42 +303,42 @@ simultaneously</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code></td></tr>
 </table><p>Die Dokumentation zu dieser Direktive wurde
-            noch nicht &#252;bersetzt. Bitte schauen Sie in die englische
+            noch nicht übersetzt. Bitte schauen Sie in die englische
             Version.</p></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="MaxSpareThreads" id="MaxSpareThreads">MaxSpareThreads</a>-<a name="maxsparethreads" id="maxsparethreads">Direktive</a> <a title="Permanent link" href="#maxsparethreads" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Maximale Anzahl unbesch&#228;ftigter Threads</td></tr>
+<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Maximale Anzahl unbeschäftigter Threads</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MaxSpareThreads <var>Anzahl</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r Details siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für Details siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
-    <p>Maximale Anzahl unbesch&#228;ftigter Threads. Die verschiedenen MPMs
+    <p>Maximale Anzahl unbeschäftigter Threads. Die verschiedenen MPMs
     behandeln diese Anweisung unterschiedlich.</p>
 
-    <p>Die Voreinstellung f&#252;r <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> ist
+    <p>Die Voreinstellung für <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> ist
     <code>MaxSpareThreads 100</code>. Da dieses MPM nur einen einzigen
-    Prozess ausf&#252;hrt, ist die Z&#228;hlung &#252;bersch&#252;ssiger
+    Prozess ausführt, ist die Zählung überschüssiger
     Threads ebenfalls serverweit.</p>
 
     <p><code class="module"><a href="../mod/beos.html">beos</a></code> and <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code> arbeiten
-    &#228;hnlich wie <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>. Die Voreinstellung
-    f&#252;r <code class="module"><a href="../mod/beos.html">beos</a></code> ist <code>MaxSpareThreads 50</code>.
-    Die Voreinstellung f&#252;r <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code> ist
+    ähnlich wie <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>. Die Voreinstellung
+    für <code class="module"><a href="../mod/beos.html">beos</a></code> ist <code>MaxSpareThreads 50</code>.
+    Die Voreinstellung für <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code> ist
     <code>10</code>.</p>
 
     <div class="note"><h3>Restriktionen</h3>
       <p>Der Wertebereich von <code class="directive">MaxSpareThreads</code>
-      ist eingeschr&#228;nkt. Apache korrigiert den angegebenen Wert
-      automatisch gem&#228;&#223; den folgenden Regeln:</p>
+      ist eingeschränkt. Apache korrigiert den angegebenen Wert
+      automatisch gemäß den folgenden Regeln:</p>
       <ul>
-        <li><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> verlangt einen Wert gr&#246;&#223;er
+        <li><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> verlangt einen Wert größer
         als <code class="directive"><a href="#minsparethreads">MinSpareThreads</a></code>.</li>
 
         <li>Bei
-        <code class="module"><a href="../mod/worker.html">worker</a></code> muss der Wert gr&#246;&#223;er oder gleich
+        <code class="module"><a href="../mod/worker.html">worker</a></code> muss der Wert größer oder gleich
         der Summe aus <code class="directive"><a href="#minsparethreads">MinSpareThreads</a></code> und
         <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> sein.</li>
       </ul>
@@ -353,34 +353,34 @@ simultaneously</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="MinSpareThreads" id="MinSpareThreads">MinSpareThreads</a>-<a name="minsparethreads" id="minsparethreads">Direktive</a> <a title="Permanent link" href="#minsparethreads" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Minimale Anzahl unbesch&#228;ftigter Threads, die zur
-  Bedienung von Anfragespitzen zur Verf&#252;gung stehen</td></tr>
+<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Minimale Anzahl unbeschäftigter Threads, die zur
+  Bedienung von Anfragespitzen zur Verfügung stehen</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MinSpareThreads <var>Anzahl</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r Details siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für Details siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
-    <p>Minimale Anzahl unbesch&#228;ftigter Threads, um Anfragespitzen
+    <p>Minimale Anzahl unbeschäftigter Threads, um Anfragespitzen
     zu bedienen. Die verschiedenen MPMs behandeln die Anweisung
     unterschiedlich.</p>
 
     <p><code class="module"><a href="../mod/worker.html">worker</a></code>
     verwenden eine Voreinstellung von
-    <code>MinSpareThreads 75</code> und behandeln unbesch&#228;ftigte
-    Threads auf serverweiter Basis. Wenn nicht gen&#252;gend
-    unbesch&#228;ftigte Threads im Server vorhanden sind, dann
-    werden solange Kindprozesse erzeugt, bis die Anzahl unbesch&#228;ftigter
-    Threads gr&#246;&#223;er als der angegebene Wert ist.</p>
+    <code>MinSpareThreads 75</code> und behandeln unbeschäftigte
+    Threads auf serverweiter Basis. Wenn nicht genügend
+    unbeschäftigte Threads im Server vorhanden sind, dann
+    werden solange Kindprozesse erzeugt, bis die Anzahl unbeschäftigter
+    Threads größer als der angegebene Wert ist.</p>
 
     <p><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> verwendet die Voreinstellung
     <code>MinSpareThreads 10</code> und verfolgt dies serverweit, da
     es ein Einzelprozess-MPM ist.</p>
 
     <p><code class="module"><a href="../mod/beos.html">beos</a></code> und <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code> arbeiten
-    &#228;hnlich wie <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>. Die Voreinstellung
-    f&#252;r <code class="module"><a href="../mod/beos.html">beos</a></code> ist <code>MinSpareThreads 1</code>.
-    Die Voreinstellung f&#252;r <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code> ist
+    ähnlich wie <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>. Die Voreinstellung
+    für <code class="module"><a href="../mod/beos.html">beos</a></code> ist <code>MinSpareThreads 1</code>.
+    Die Voreinstellung für <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code> ist
     <code>5</code>.</p>
 
 
@@ -410,16 +410,16 @@ ablegt</td></tr>
       PidFile /var/run/apache.pid
     </code></p></div>
 
-    <p>Es ist oft hilfreich, dem Server ein Signal senden zu k&#246;nnen,
+    <p>Es ist oft hilfreich, dem Server ein Signal senden zu können,
     damit er seine <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code>s und
     <code class="directive"><a href="../mod/mod_log_config.html#transferlog">TransferLog</a></code>s
-    schlie&#223;t und dann neu &#246;ffnet und seine
+    schließt und dann neu öffnet und seine
     Konfigurationsdateien neu einliest. Dies kann durch Senden eines
     SIGHUP-Signals (kill -1) an die Prozess-ID geschehen, die im
     <code class="directive">PidFile</code> eingetragen ist.</p>
 
     <p>Die <code class="directive">PidFile</code>-Datei unterliegt den
-    gleichen Warnungen &#252;ber die Ablage von Protokolldateien
+    gleichen Warnungen über die Ablage von Protokolldateien
     und <a href="../misc/security_tips.html#serverroot">Sicherheit</a>.</p>
 
     <div class="note"><h3>Anmerkung</h3>
@@ -438,7 +438,7 @@ ablegt</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code></td></tr>
 </table><p>Die Dokumentation zu dieser Direktive wurde
-            noch nicht &#252;bersetzt. Bitte schauen Sie in die englische
+            noch nicht übersetzt. Bitte schauen Sie in die englische
             Version.</p></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ScoreBoardFile" id="ScoreBoardFile">ScoreBoardFile</a>-<a name="scoreboardfile" id="scoreboardfile">Direktive</a> <a title="Permanent link" href="#scoreboardfile" class="permalink">&para;</a></h2>
@@ -453,26 +453,26 @@ ablegt</td></tr>
 </table>
     <p>Apache verwendet ein Scoreboard zur Kommunikation zwischen
     seinen Eltern- und Kindprozessen. Einige Architekturen erfordern
-    eine Datei zur Unterst&#252;tzung der Kommunikation. Wenn die Datei
+    eine Datei zur Unterstützung der Kommunikation. Wenn die Datei
     undefiniert bleibt, versucht der Apache zuerst, das Scoreboard im
     Arbeitsspeicher  zu erstellen (Verwendung von anonymem Shared-Memory),
-    und versucht bei einem Fehlschlag anschlie&#223;end die Datei auf
+    und versucht bei einem Fehlschlag anschließend die Datei auf
     der Festplatte zu erstellen (Verwendung von Datei-basiertem
-    Shared-Memory). Die Angabe dieser Direktive veranla&#223;t den
+    Shared-Memory). Die Angabe dieser Direktive veranlaßt den
     Apache stets, die Datei auf der Festplatte zu erstellen.</p>
 
     <div class="example"><h3>Beispiel</h3><p><code>
       ScoreBoardFile /var/run/apache_status
     </code></p></div>
 
-    <p>Datei-basiertes Shared-Memory ist f&#252;r Applikationen von
+    <p>Datei-basiertes Shared-Memory ist für Applikationen von
     Drittanbietern hilfreich, die direkten Zugriff auf das Scoreboard
-    ben&#246;tigen.</p>
+    benötigen.</p>
 
     <p>Wenn Sie eine <code class="directive">ScoreBoardFile</code>-Anweisung
-    verwenden, erreichen Sie eventuell eine h&#246;here Geschwindigkeit, wenn
+    verwenden, erreichen Sie eventuell eine höhere Geschwindigkeit, wenn
     Sie die Datei auf einer RAM-Disk ablegen. Achten Sie darauf, die
-    gleichen Warnungen wie &#252;ber die Ablage von Protokolldateien und
+    gleichen Warnungen wie über die Ablage von Protokolldateien und
     <a href="../misc/security_tips.html">Sicherheit</a> zu beherzigen.</p>
 
 <h3>Siehe auch</h3>
@@ -484,16 +484,16 @@ ablegt</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="SendBufferSize" id="SendBufferSize">SendBufferSize</a>-<a name="sendbuffersize" id="sendbuffersize">Direktive</a> <a title="Permanent link" href="#sendbuffersize" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Gr&#246;&#223;e des TCP-Puffers</td></tr>
+<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Größe des TCP-Puffers</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SendBufferSize <var>Bytes</var></code></td></tr>
 <tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>SendBufferSize 0</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
-    <p>Der Server setzt die Gr&#246;&#223;e des TCP-Puffers auf die
+    <p>Der Server setzt die Größe des TCP-Puffers auf die
     angegebene Anzahl Bytes. Dies ist sehr hilfreich, um Voreinstellungen
-    alter Standardbetriebssysteme f&#252;r Hochgeschwindigkeitsverbindungen
+    alter Standardbetriebssysteme für Hochgeschwindigkeitsverbindungen
     mit hoher Latenzzeit anzuheben (<em>d.h.</em> 100ms oder so, wie bei
     Interkontinentalverbindungen).</p>
 
@@ -504,48 +504,48 @@ ablegt</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ServerLimit" id="ServerLimit">ServerLimit</a>-<a name="serverlimit" id="serverlimit">Direktive</a> <a title="Permanent link" href="#serverlimit" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Obergrenze f&#252;r die konfigurierbare Anzahl von
+<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Obergrenze für die konfigurierbare Anzahl von
   Prozessen</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ServerLimit <var>Anzahl</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r Details siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für Details siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
     <p>Bei dem MPM <code class="module"><a href="../mod/prefork.html">prefork</a></code> bestimmt die Direktive
-    den w&#228;hrend der Lebensdauer des Apache-Prozesses maximal
-    einstellbaren Wert f&#252;r <code class="directive"><a href="#maxclients">MaxClients</a></code>. Beim MPM
+    den während der Lebensdauer des Apache-Prozesses maximal
+    einstellbaren Wert für <code class="directive"><a href="#maxclients">MaxClients</a></code>. Beim MPM
     <code class="module"><a href="../mod/worker.html">worker</a></code> bestimmt die Direktive in Verbindung mit
     <code class="directive"><a href="#threadlimit">ThreadLimit</a></code> den Maximalwert
-    f&#252;r <code class="directive"><a href="#maxclients">MaxClients</a></code>
-    f&#252;r die Lebensdauer des Apache-Prozesses. Jeder Versuch, diese
-    Anweisung w&#228;hrend eines Neustarts zu &#228;ndern, wird ignoriert.
+    für <code class="directive"><a href="#maxclients">MaxClients</a></code>
+    für die Lebensdauer des Apache-Prozesses. Jeder Versuch, diese
+    Anweisung während eines Neustarts zu ändern, wird ignoriert.
     <code class="directive"><a href="#maxclients">MaxClients</a></code> kann jedoch
-    w&#228;hrend eines Neustarts ge&#228;ndert werden.</p>
+    während eines Neustarts geändert werden.</p>
 
     <p>Lassen Sie besondere Vorsicht bei der Verwendung dieser Direktive
     walten. Wenn <code class="directive">ServerLimit</code> auf einen Wert deutlich
-    h&#246;her als notwendig gesetzt wird, wird zus&#228;tzliches,
+    höher als notwendig gesetzt wird, wird zusätzliches,
     unbenutztes Shared-Memory belegt. Wenn sowohl
     <code class="directive">ServerLimit</code> als auch <code class="directive"><a href="#maxclients">MaxClients</a></code> auf Werte gesetzt werden, die
-    gr&#246;&#223;er sind, als das System sie handhaben kann, dann kann
-    der Apache m&#246;glicherweise nicht starten, oder das System kann
+    größer sind, als das System sie handhaben kann, dann kann
+    der Apache möglicherweise nicht starten, oder das System kann
     instabil werden.</p>
 
     <p>Verwenden Sie die Direktive bei dem MPM <code class="module"><a href="../mod/prefork.html">prefork</a></code>
     nur, wenn Sie <code class="directive"><a href="#maxclients">MaxClients</a></code>
-    auf mehr als 256 (Voreinstellung) setzen m&#252;ssen. Setzen Sie den
-    Wert nicht h&#246;her als den Wert, den Sie f&#252;r <code class="directive"><a href="#maxclients">MaxClients</a></code> angeben m&#246;chten.</p>
+    auf mehr als 256 (Voreinstellung) setzen müssen. Setzen Sie den
+    Wert nicht höher als den Wert, den Sie für <code class="directive"><a href="#maxclients">MaxClients</a></code> angeben möchten.</p>
 
     <p>Verwenden Sie die Direktive bei <code class="module"><a href="../mod/worker.html">worker</a></code>,
     nur, wenn Ihre
     <code class="directive"><a href="#maxclients">MaxClients</a></code>- und
     <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code>-Einstellungen
     mehr als 16 Serverprozesse (Voreinstellung) erfordern. Setzen Sie den
-    Wert dieser Direktive nicht h&#246;her, als die Anzahl der Serverprozesse,
-    die daf&#252;r erforderlich ist, was Sie bei <code class="directive"><a href="#maxclients">MaxClients</a></code> und
+    Wert dieser Direktive nicht höher, als die Anzahl der Serverprozesse,
+    die dafür erforderlich ist, was Sie bei <code class="directive"><a href="#maxclients">MaxClients</a></code> und
     <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> angeben
-    m&#246;chten.</p>
+    möchten.</p>
 
     <div class="note"><h3>Anmerkung</h3>
       <p>Eine feste Begrenzung von <code>ServerLimit 20000</code> ist in den
@@ -565,16 +565,16 @@ ablegt</td></tr>
 <tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Anzahl der Kindprozesse des Servers, die beim Start erstellt
   werden</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>StartServers <var>Anzahl</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r Details siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für Details siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
     <p>Die Direktive <code class="directive">StartServers</code> bestimmt
     die Anzahl der Kindprozesse des Servers, die beim Start erstellt
-    werden. Da die Anzahl der Prozesse abh&#228;ngig von der Last
+    werden. Da die Anzahl der Prozesse abhängig von der Last
     dynamisch kontrolliert wird, besteht normalerweise wenig
-    Grund f&#252;r eine &#196;nderung dieses Parameters.</p>
+    Grund für eine Änderung dieses Parameters.</p>
 
     <p>Die Voreinstellung unterscheidet sich von MPM zu MPM. Bei
     <code class="module"><a href="../mod/worker.html">worker</a></code> ist die Voreinstellung
@@ -588,14 +588,14 @@ ablegt</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Anzahl der Threads, die beim Start erstellt werden</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>StartThreads <var>Anzahl</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r Details siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für Details siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code></td></tr>
 </table>
     <p>Anzahl der Threads, die beim Start erstellt werden. Da die Anzahl
-    der Threads abh&#228;ngig von der Last dynamisch kontrolliert wird,
-    besteht normalerweise wenig Grund f&#252;r eine &#196;nderung
+    der Threads abhängig von der Last dynamisch kontrolliert wird,
+    besteht normalerweise wenig Grund für eine Änderung
     dieses Parameters.</p>
 
     <p>Die Voreinstellung bei <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> ist
@@ -603,7 +603,7 @@ ablegt</td></tr>
     existiert, ist dies die Gesamtzahl der Threads, die beim Start
     erstellt wird, um Anfragen zu bedienen.</p>
 
-    <p>Die Voreinstellung f&#252;r <code class="module"><a href="../mod/beos.html">beos</a></code> ist <code>StartThreads
+    <p>Die Voreinstellung für <code class="module"><a href="../mod/beos.html">beos</a></code> ist <code>StartThreads
     10</code>. Die Einstellung reflektiert ebenfalls die Gesamtzahl der Threads, die
     beim Start erstellt werden, um Anfragen zu bedienen.</p>
 
@@ -614,34 +614,34 @@ ablegt</td></tr>
 <tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Bestimmt die Obergrenze der konfigurierbaren Anzahl von Threads
   pro Kindprozess</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ThreadLimit <var>Anzahl</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r Details siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für Details siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit&#228;t:</a></th><td>Verf&#252;gbar f&#252;r <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> ab
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>Verfügbar für <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> ab
   Apache 2.0.41</td></tr>
 </table>
-    <p>Die Direktive bestimmt den w&#228;hrend der Lebensdauer des
-    Apache-Prozesses maximal einstellbaren Wert f&#252;r
+    <p>Die Direktive bestimmt den während der Lebensdauer des
+    Apache-Prozesses maximal einstellbaren Wert für
     <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code>. Jeder
-    Versuch, diese Direktive w&#228;hrend eines Neustarts zu &#228;ndern,
+    Versuch, diese Direktive während eines Neustarts zu ändern,
     wird ignoriert. <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code>
-    kann jedoch w&#228;hrend eines Neustarts modifiziert werden bis zu dem
+    kann jedoch während eines Neustarts modifiziert werden bis zu dem
     Wert dieser Anweisung.</p>
 
     <p>Lassen Sie besondere Vorsicht bei der Verwendung dieser Direktive
     walten. Wenn <code class="directive">ThreadLimit</code> auf einen Wert
-    deutlich h&#246;her als <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> gesetzt wird, wird
-    zus&#228;tzliches, ungenutztes Shared-Memory belegt. Wenn sowohl
+    deutlich höher als <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> gesetzt wird, wird
+    zusätzliches, ungenutztes Shared-Memory belegt. Wenn sowohl
     <code class="directive">ThreadLimit</code> als auch <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> auf Werte gesetzt werden,
-    die gr&#246;&#223;er sind, als das System sie handhaben kann, dann kann
-    der Apache m&#246;glicherweise nicht starten oder das System kann
-    instabil werden. Setzen Sie den Wert dieser Direktive nicht h&#246;her
-    als Ihre gr&#246;&#223;te erwartete Einstellung f&#252;r
+    die größer sind, als das System sie handhaben kann, dann kann
+    der Apache möglicherweise nicht starten oder das System kann
+    instabil werden. Setzen Sie den Wert dieser Direktive nicht höher
+    als Ihre größte erwartete Einstellung für
     <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code>
-    w&#228;hrend der aktuellen Ausf&#252;hrung des Apache.</p>
+    während der aktuellen Ausführung des Apache.</p>
 
-    <p>Die Voreinstellung f&#252;r <code class="directive">ThreadLimit</code> ist
+    <p>Die Voreinstellung für <code class="directive">ThreadLimit</code> ist
     <code>1920</code> wenn sie zusammen mit <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>
     verwendet wird, und <code>64</code> bei der Verwendung mit anderen
     MPMs.</p>
@@ -660,22 +660,22 @@ ablegt</td></tr>
 <tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Anzahl der Threads, die mit jedem Kindprozess gestartet
   werden</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ThreadsPerChild <var>Anzahl</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>F&#252;r Details siehe Beschreibung</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>Für Details siehe Beschreibung</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 </table>
     <p>Die Direktive legt die Anzahl der Threads fest, die mit jedem
     Kindprozess gestartet werden. Der Kindprozess erstellt diese Threads
-    beim Start und erstellt sp&#228;ter keine weiteren mehr. Wenn Sie ein
+    beim Start und erstellt später keine weiteren mehr. Wenn Sie ein
     MPM wie <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> verwenden, wo nur ein
     Kindprozess existiert, dann sollte diese Angabe hoch genug sein,
-    die gesamte Last des Servers zu bew&#228;ltigen. Wenn Sie ein MPM
+    die gesamte Last des Servers zu bewältigen. Wenn Sie ein MPM
     wie <code class="module"><a href="../mod/worker.html">worker</a></code> verwenden, wo mehrere Kindprozesse
-    existieren, dann sollte die <em>Gesamt</em>zahl der Thread gro&#223;
-    genug sein, die &#252;bliche Last auf dem Server zu bew&#228;ltigen.</p>
+    existieren, dann sollte die <em>Gesamt</em>zahl der Thread groß
+    genug sein, die übliche Last auf dem Server zu bewältigen.</p>
 
-    <p>Die Voreinstellung f&#252;r <code class="directive">ThreadsPerChild</code> ist
+    <p>Die Voreinstellung für <code class="directive">ThreadsPerChild</code> ist
     <code>64</code>, wenn <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> verwendet wird, und
     <code>25</code> bei der Verwendung der anderen MPMs.</p>
 
@@ -683,57 +683,57 @@ ablegt</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ThreadStackSize" id="ThreadStackSize">ThreadStackSize</a>-<a name="threadstacksize" id="threadstacksize">Direktive</a> <a title="Permanent link" href="#threadstacksize" class="permalink">&para;</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Die Gr&#246;&#223;e des Stacks in Bytes, der von Threads
+<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>Die Größe des Stacks in Bytes, der von Threads
 verwendet wird, die Client-Verbindungen bearbeiten.</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ThreadStackSize <var>size</var></code></td></tr>
 <tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>65536 unter NetWare; variiert bei anderen Betriebssystemen.</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit&#228;t:</a></th><td>Verf&#252;gbar seit Version 2.1</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>Verfügbar seit Version 2.1</td></tr>
 </table>
     <p>Die Direktive <code class="directive">ThreadStackSize</code> legt die
-    Gr&#246;&#223;e des Stacks (f&#252;r Autodaten) der Threads fest, die
+    Größe des Stacks (für Autodaten) der Threads fest, die
     Client-Verbindungen bearbeiten und Module aufrufen, welche bei der
-    Verarbeitung dieser Verbindungen helfen. In den meisten F&#228;llen ist die
+    Verarbeitung dieser Verbindungen helfen. In den meisten Fällen ist die
     Voreinstellung des Betriebssystems angemessen, doch unter bestimmten
-    Umst&#228;nden kann es sinnvoll sein, den Wert anzupassen:</p>
+    Umständen kann es sinnvoll sein, den Wert anzupassen:</p>
 
     <ul>
-      <li>Auf Plattformen mit einer relativ kleinen Voreingestellung f&#252;r
-      die Gr&#246;&#223;e des Thread-Stacks (z.B. HP-UX) kann der Apache bei
+      <li>Auf Plattformen mit einer relativ kleinen Voreingestellung für
+      die Größe des Thread-Stacks (z.B. HP-UX) kann der Apache bei
       der Verwendung einiger Drittanbietermodule, die einen relativ hohen Bedarf
-      an Speicherplatz haben, abst&#252;rzen. Ebendiese Module arbeiten
-      m&#246;glicherweise problemlos auf anderen Plattformen, wo der
-      voreingestellte Thread-Stack gr&#246;&#223;er ist. Derartige
-      Abst&#252;rze k&#246;nnen Sie vermeiden, indem Sie
-      <code class="directive">ThreadStackSize</code> auf einen h&#246;heren Wert als die
+      an Speicherplatz haben, abstürzen. Ebendiese Module arbeiten
+      möglicherweise problemlos auf anderen Plattformen, wo der
+      voreingestellte Thread-Stack größer ist. Derartige
+      Abstürze können Sie vermeiden, indem Sie
+      <code class="directive">ThreadStackSize</code> auf einen höheren Wert als die
       Betriebssystemvoreinstellung setzen.  Eine solche Anpassung ist nur
       notwendig, wenn es vom Anbieter des Moduls so spezifiziert wurde oder die
       Diagnose eines Apache-Absturzes ergeben hat, das die
-      Thread-Stackgr&#246;&#223;e zu klein war.</li>
+      Thread-Stackgröße zu klein war.</li>
 
-      <li>Auf Plattformen, wo die voreingestellte Thread-Stackgr&#246;&#223;e
-      f&#252;r die Webserverkonfiguration deutlich gr&#246;&#223;er als
-      notwendig ist, kann eine gr&#246;&#223;ere Anzahl von Threads pro
+      <li>Auf Plattformen, wo die voreingestellte Thread-Stackgröße
+      für die Webserverkonfiguration deutlich größer als
+      notwendig ist, kann eine größere Anzahl von Threads pro
       Kindprozess erreicht werden, wenn <code class="directive">ThreadStackSize</code>
       auf einen Wert kleiner als die Betriebssystemvoreinstellung gesetzt wird.
       Da es einzelne Anfragen geben kann, die mehr Stack zur Verarbeitung
-      ben&#246;tigen, sollte eine derartige Korrektur ausschlie&#223;lich in
+      benötigen, sollte eine derartige Korrektur ausschließlich in
       Testumgebungen zum Einsatz kommen, auf denen die gesamte
-      Webserververarbeitung ausprobiert werden kann. Eine &#196;nderung der
+      Webserververarbeitung ausprobiert werden kann. Eine Änderung der
       Webserverkonfiguration kann den aktuellen Wert der
-      <code class="directive">ThreadStackSize</code> ung&#252;ltig machen.</li>
+      <code class="directive">ThreadStackSize</code> ungültig machen.</li>
     </ul>
 
 </div>
 </div>
 <div class="bottomlang">
-<p><span>Verf&#252;gbare Sprachen: </span><a href="../de/mod/mpm_common.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+<p><span>Verfügbare Sprachen: </span><a href="../de/mod/mpm_common.html" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/mpm_common.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mpm_common.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en?rev=1878548&r1=1878547&r2=1878548&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en Sat Jun  6 18:15:51 2020
@@ -28,9 +28,9 @@
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../de/mod/mpm_common.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/mpm_common.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mpm_common.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>A collection of directives that are implemented by
 more than one multi-processing module (MPM)</td></tr>
@@ -199,10 +199,11 @@ will exit.</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>IP addresses and ports that the server
 listens to</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Listen [<var>IP-address</var>:]<var>portnumber</var> [<var>protocol</var>]</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Listen [<var>IP-address</var>:]<var>portnumber</var> [<var>protocol</var>] [options=<var>flag</var>[,<var>flag..</var>]]</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code></td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>The optional <code>options=</code> argument is available in httpd 2.5.1 and later.</td></tr>
 </table>
     <p>The <code class="directive">Listen</code> directive instructs Apache httpd to
     listen to only specific IP addresses or ports; by default it
@@ -242,6 +243,14 @@ Listen 192.170.2.5:8000</pre>
     <pre class="prettyprint lang-config">Listen [2001:db8::a00:20ff:fea7:ccea]:80</pre>
 
 
+    <p>In httpd 2.5.1 and later, if built against APR 1.7.0 or later,
+    scoped (or "zoned") literal IPv6 addresses are accepted in the
+    <code class="directive">Listen</code> directive, such as the following
+    example.</p>
+
+    <pre class="prettyprint lang-config">Listen [fe80::4bfe:88aa:5d42:64d0%eth2]:8081</pre>
+
+    
     <p>The optional <var>protocol</var> argument is not required for most
        configurations. If not specified, <code>https</code> is the default for
        port 443 and <code>http</code> the default for all other ports.  The
@@ -255,8 +264,25 @@ Listen 192.170.2.5:8000</pre>
     <pre class="prettyprint lang-config">Listen 192.170.2.1:8443 https</pre>
 
 
+    <p>The optional <var>options=flag,flag...</var> argument can be
+    used to enable certain socket options for the listening port.
+    These options are not required for most configurations and should
+    be used with care.  Availability of each flag varies across
+    operating systems.  The available <em>flag</em>s are:</p>
+
+    <ul>
+      <li><code>freebind</code>: The <code>IP_FREEBIND</code> socket
+      option is enabled, allowing a Listen directive to be used for an
+      address which is not (yet) available on the system. (Linux
+      only)</li>
+
+      <li><code>reuseport</code>: The <code>SO_REUSEPORT</code> socket
+      option is enabled, allowing a Listen directive to bind to a port
+      which may already be in use by another process.</li>
+    </ul>
+       
     <div class="note"><h3>Error condition</h3>
-      Multiple <code class="directive">Listen</code> directives for the same ip
+      Multiple <code class="directive">Listen</code> directives for the same IP
       address and port will result in an <code>Address already in use</code>
       error message.
     </div>
@@ -355,7 +381,7 @@ in *BSDs.</td></tr>
     <p>This also means that multiple instances of Apache httpd configured on a
     same <code>IP:port</code> and with a positive <code class="directive">ListenCoresBucketsRatio</code>
     would start without an error too, and then run with incoming connections
-    evenly distributed accross both instances (this is NOT a recommendation or
+    evenly distributed across both instances (this is NOT a recommendation or
     a sensible usage in any case, but just a notice that it would prevent such
     possible issues to be detected).</p>
     <p>Within the same instance, Apache httpd will check and fail to start if
@@ -892,9 +918,9 @@ client connections</td></tr>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../de/mod/mpm_common.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/mpm_common.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+<a href="../fr/mod/mpm_common.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mpm_common.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
+<a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';