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:33:41 UTC

svn commit: r1774512 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_ratelimit.html.en mod_ratelimit.xml.fr

Author: elukey
Date: Thu Dec 15 18:33:40 2016
New Revision: 1774512

URL: http://svn.apache.org/viewvc?rev=1774512&view=rev
Log:
Documentation rebuild.

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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.html.en?rev=1774512&r1=1774511&r2=1774512&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.html.en Thu Dec 15 18:33:40 2016
@@ -38,6 +38,8 @@
 
 
 <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>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml.fr?rev=1774512&r1=1774511&r2=1774512&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ratelimit.xml.fr [utf-8] Thu Dec 15 18:33:40 2016
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1673563:1774071 (outdated) -->
+<!-- English Revision: 1673563:1774511 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->