mod_ratelimit.xml revision b75b4bfd9e8ec9fbf28a95174dc0e4d420f744a8
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<?xml version="1.0"?>
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<!-- $LastChangedRevision$ -->
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<!--
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding Licensed to the Apache Software Foundation (ASF) under one or more
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding contributor license agreements. See the NOTICE file distributed with
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding this work for additional information regarding copyright ownership.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding The ASF licenses this file to You under the Apache License, Version 2.0
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding (the "License"); you may not use this file except in compliance with
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding the License. You may obtain a copy of the License at
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna http://www.apache.org/licenses/LICENSE-2.0
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna Unless required by applicable law or agreed to in writing, software
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna distributed under the License is distributed on an "AS IS" BASIS,
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna See the License for the specific language governing permissions and
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna limitations under the License.
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna-->
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<!--<modulesynopsis> is the root tag and must surround all other tags.
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquernaThe sequence of tags is important and must be followed in order for
7677dd9b01d498a2af1cddb8e2506a25d7da630btrawickthe document to validate. -->
7677dd9b01d498a2af1cddb8e2506a25d7da630btrawick
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<modulesynopsis metafile="mod_ratelimit.xml.meta">
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<name>mod_ratelimit</name>
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<description>Bandwidth Rate Limiting for Clients</description>
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<status>Extension</status>
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<sourcefile>mod_ratelimit.c</sourcefile>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive<identifier>ratelimit_module</identifier>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive<summary>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive<p>Provides a <code>rate_limit</code> filter to limit client bandwidth.
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbsliveThe connection speed to be simulated is specified, in kb/s, using the environment
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslivevariable <code>rate-limit</code>.</p>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive<example><title>Example Configuration</title>
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna&lt;Location /downloads&gt;<br />
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquerna<indent>
ea8572f0df1c69b398e9d677648a0fa5f31b2d60pquernaSetHandler RATE_LIMIT<br />
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbsliveSetEnv rate-limit 400 <br />
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive</indent>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive&lt;/Location&gt;
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive</example>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive</summary>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive</modulesynopsis>
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive
57758b7ebacbd303cb1c004dd67dd8e5cc1055dbslive