diff options
author | Jim Jagielski <jim@apache.org> | 2016-12-13 18:54:30 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2016-12-13 18:54:30 +0100 |
commit | d92fb721ebe7b511ead2bbc62303290c48ab67e1 (patch) | |
tree | 507181bf192897ed49636ad22d7b76ee7f9b31c0 /docs/manual/mod/mod_ratelimit.xml | |
parent | rate limit notes (diff) | |
download | apache2-d92fb721ebe7b511ead2bbc62303290c48ab67e1.tar.xz apache2-d92fb721ebe7b511ead2bbc62303290c48ab67e1.zip |
xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_ratelimit.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml index 6d0fe182c5..10658fb62d 100644 --- a/docs/manual/mod/mod_ratelimit.xml +++ b/docs/manual/mod/mod_ratelimit.xml @@ -51,12 +51,14 @@ the environment variable <code>rate-initial-burst</code>.</p> SetEnv rate-initial-burst 512 </Location> </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> |