Commit 6d860c89 authored by Luca Toscano's avatar Luca Toscano
Browse files

Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774507 13f79535-47bb-0310-9956-ffa450edef68
parent 68201b87
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
<?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 -->

+1 −1
Original line number Diff line number Diff line
<?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
+1 −1
Original line number Diff line number Diff line
<?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
+2 −0
Original line number Diff line number Diff line
@@ -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>