You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2016/12/15 18:32:47 UTC

svn commit: r1774511 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml

Author: elukey
Date: Thu Dec 15 18:32:47 2016
New Revision: 1774511

URL: http://svn.apache.org/viewvc?rev=1774511&view=rev
Log:
Added a note to mod_ratelimit's documentation.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml?rev=1774511&r1=1774510&r2=1774511&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml Thu Dec 15 18:32:47 2016
@@ -35,6 +35,8 @@ the document to validate. -->
 <summary>
 
 <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>