]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Documentation rebuild
authorLuca Toscano <elukey@apache.org>
Thu, 15 Dec 2016 18:25:18 +0000 (18:25 +0000)
committerLuca Toscano <elukey@apache.org>
Thu, 15 Dec 2016 18:25:18 +0000 (18:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774507 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_info.html.en
docs/manual/mod/mod_info.xml.fr
docs/manual/mod/mod_info.xml.ja
docs/manual/mod/mod_info.xml.ko
docs/manual/mod/mod_ratelimit.html.en

index 28236cf3ec5424aadeca378e6e2a297bdcc4a02c..6cba01e2246874217b4df00f16b6743b112ef4fc 100644 (file)
@@ -133,11 +133,15 @@ configuration</td></tr>
 <h2><a name="startup" id="startup">Dumping the configuration on startup</a></h2>
     <p>If the config define <code>-DDUMP_CONFIG</code> is set,
     <code class="module"><a href="../mod/mod_info.html">mod_info</a></code> will dump the pre-parsed configuration to
-    <code>stdout</code> during server startup. Pre-parsed means that
-    directives like
+    <code>stdout</code> during server startup.</p>
+
+    <pre class="prettyprint lang-sh">httpd -DDUMP_CONFIG -k start</pre>
+
+    
+    <p>Pre-parsed means that directives like
     <code class="directive"><a href="../mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code> and
     <code class="directive"><a href="../mod/core.html#ifmodule">&lt;IfModule&gt;</a></code> are
-    evaluated and environment varialbles are replaced. However it does
+    evaluated and environment variables are replaced. However it does
     not represent the final state of the configuration. In particular,
     it does not represent the merging or overriding that may happen
     for repeated directives.</p>
index bca77bc7722959e776c7774ca3e6565bb387487c..717da1a39470596f0925df62191986b0bcd6af68 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1702012:1772559 (outdated) -->
+<!-- English Revision: 1702012:1774493 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 9132bbd1b67d404c3d193ac54decce28c379d9a9..1f67a4cd1f1bee4e1aeddf9cbe36247f06df3c25 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 450473:1772559 (outdated) -->
+<!-- English Revision: 450473:1774493 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index dfd618586e4b58b72479b0ed0a94877bb91c20bf..a5489c8a514d3434f88d5ce64838955f5f6b0820 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 125277:1772559 (outdated) -->
+<!-- English Revision: 125277:1774493 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8eac29f2c96361999f7481b2e50b8d0443cd0ed0..04729120d0b67016b31de7b387cf6a0773c23136 100644 (file)
@@ -37,6 +37,8 @@
 
 
 <p>Provides a filter named <code>RATE_LIMIT</code> to limit client bandwidth.
+The throttling is applied to each HTTP response while it is transferred to the client,
+and not aggregated at IP/client level.
 The connection speed to be simulated is specified, in KiB/s, using the environment
 variable <code>rate-limit</code>.</p>