From: Jim Jagielski Date: Tue, 13 Dec 2016 17:51:53 +0000 (+0000) Subject: rate limit notes X-Git-Tag: 2.5.0-alpha~913 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0823097c3318b845ec1bbc461e1ca32cd5ade235;p=apache rate limit notes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml index 8adfb8acb3..6d0fe182c5 100644 --- a/docs/manual/mod/mod_ratelimit.xml +++ b/docs/manual/mod/mod_ratelimit.xml @@ -30,6 +30,7 @@ the document to validate. --> Extension mod_ratelimit.c ratelimit_module +rate-initial-burst available in httpd 2.4.24 and later. @@ -54,4 +55,8 @@ the environment variable rate-initial-burst.

+ +If the value specified for rate-limit causes integer overflow, the rate-limited will be disabled. +If the value specified for rate-limit-burst causes integer overflow, the burst will be disabled. +