MaxConnectionRate<h1> MaxConnectionRate</h1>
<h2>Name</h2>
MaxConnectionRate -- Maximum TCP socket connection rate
<h2>Synopsis</h2>
MaxConnectionRate [ <code class="OPTION">connections per second</code>]
Default
</dt><dd>
none
</dd><dt>
Context
</dt><dd>
server config
</dd><dt>
Module
</dt><dd>
mod_core
</dd><dt>
Compatibility
</dt><dd>
1.2.7rc1 and later
</dd></dl>
<h2>Description</h2>
Set the maxiumum rate at which new TCP connections are accepted, this applies to the entire server, therefore too low a value on a high traffic server can result in all VirtualHosts being made unavailable due to normal traffic levels.
The value is the number of connections in a given second at which the block comes into effect, thus a value of "1" will result in all connections being blocked.
<h2>See also</h2>
<h2>Examples</h2>
MaxConnectionRate 4
|