From e15d463ab024941caffbbb12e232295e4455bd4a Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 22 Apr 2010 12:39:31 +0000 Subject: [PATCH] Adds docs for mod_ratelimit. Need more information in usage and configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936813 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ratelimit.html | 5 +++ docs/manual/mod/mod_ratelimit.html.en | 53 ++++++++++++++++++++++++++ docs/manual/mod/mod_ratelimit.xml | 47 +++++++++++++++++++++++ docs/manual/mod/mod_ratelimit.xml.meta | 12 ++++++ 4 files changed, 117 insertions(+) create mode 100644 docs/manual/mod/mod_ratelimit.html create mode 100644 docs/manual/mod/mod_ratelimit.html.en create mode 100644 docs/manual/mod/mod_ratelimit.xml create mode 100644 docs/manual/mod/mod_ratelimit.xml.meta diff --git a/docs/manual/mod/mod_ratelimit.html b/docs/manual/mod/mod_ratelimit.html new file mode 100644 index 0000000000..7e6095c685 --- /dev/null +++ b/docs/manual/mod/mod_ratelimit.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_ratelimit.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en new file mode 100644 index 0000000000..29823f0a7b --- /dev/null +++ b/docs/manual/mod/mod_ratelimit.html.en @@ -0,0 +1,53 @@ + + + +mod_ratelimit - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Modules
+
+

Apache Module mod_ratelimit

+
+

Available Languages:  en 

+
+ + + +
Description:Bandwidth Rate Limiting for Clients
Status:Extension
Module Identifier:ratelimit_module
Source File:mod_ratelimit.c
+

Summary

+ + +

Provides a rate_limit filter to limit client bandwidth.

+ +

+<Location /downloads>
+SetHandler rate_limit
+</Location> +

+ +
+

Directives

+

This module provides no + directives.

+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml new file mode 100644 index 0000000000..d35ed7c6d3 --- /dev/null +++ b/docs/manual/mod/mod_ratelimit.xml @@ -0,0 +1,47 @@ + + + + + + + + + + +mod_ratelimit +Bandwidth Rate Limiting for Clients +extension +mod_ratelimit.c +ratelimit_module + + + +

Provides a rate_limit filter to limit client bandwidth.

+ + +<Location /downloads>
+SetHandler rate_limit
+</Location> +
+ +
+ +
+ diff --git a/docs/manual/mod/mod_ratelimit.xml.meta b/docs/manual/mod/mod_ratelimit.xml.meta new file mode 100644 index 0000000000..dcb98b856e --- /dev/null +++ b/docs/manual/mod/mod_ratelimit.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_ratelimit + /mod/ + .. + + + en + + -- 2.40.0