<tr><th><ahref="module-dict.html#Compatibility">Compatibility:</a></th><td><code>rate-initial-burst</code> available in httpd 2.4.24 and later.</td></tr></table>
<h3>Summary</h3>
@@ -49,7 +50,10 @@ the environment variable <code>rate-initial-burst</code>.</p>
SetEnv rate-limit 400
SetEnv rate-initial-burst 512
</Location></pre>
</div>
<divclass="warning">
If the value specified for <code>rate-limit</code> causes integer overflow, the rate-limited will be disabled.
If the value specified for <code>rate-limit-burst</code> causes integer overflow, the burst will be disabled.