Commit 1a427f2d authored by Jim Jagielski's avatar Jim Jagielski
Browse files

xhtml


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774069 13f79535-47bb-0310-9956-ffa450edef68
parent 08b216dd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -51,12 +51,14 @@ the environment variable <code>rate-initial-burst</code>.</p>
    SetEnv rate-initial-burst 512
&lt;/Location&gt;
</highlight>
</example>

</summary>

<note type="warning">
If the value specified for <code>rate-limit</code> causes integer overflow, the rate-limited will be disabled.
If the value specified for <code>rate-limit-burst</code> causes integer overflow, the burst will be disabled.
</note>

</example>

</summary>

</modulesynopsis>