From 14e7c883f4fea92b35c435fc2dc3f638eea9a3c4 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 13 Dec 2016 17:54:40 +0000 Subject: [PATCH] xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774070 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ratelimit.html.en | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en index ec7d22f1ef..8eac29f2c9 100644 --- a/docs/manual/mod/mod_ratelimit.html.en +++ b/docs/manual/mod/mod_ratelimit.html.en @@ -31,7 +31,8 @@ -
Description:Bandwidth Rate Limiting for Clients
Status:Extension
Module Identifier:ratelimit_module
Source File:mod_ratelimit.c
+Source File:mod_ratelimit.c +Compatibility:rate-initial-burst available in httpd 2.4.24 and later.

Summary

@@ -49,7 +50,10 @@ the environment variable rate-initial-burst.

SetEnv rate-limit 400 SetEnv rate-initial-burst 512 </Location> - +
+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. +

Directives

-- 2.50.1