I would like to set a maximum limit for the number of connections that can be made to Apache from a single external IP address.
What would be the best way to achieve this?
Thanks
|
I would like to set a maximum limit for the number of connections that can be made to Apache from a single external IP address. What would be the best way to achieve this? Thanks |
|||
|
|
|
I believe that More generally, The
This will limit incoming connections to 5 per second. Note, however, that connection limiting can be a real pain for legitimate users who just happen to be heavy users of the site, and it'll only slow down attackers that really aren't a concern anyway. Use with caution. |
|||
|
|
|
Does this help : http://www.webhostingtalk.com/showthread.php?t=352388 ? |
|||
|
|