What is mod_ip_count?
mod_ip_count is an Apache module that performs the checks if the number of HTTP requests from a single IP exceeds a certain allowed maximum during a chosen period of time. If so, it makes the HTTP server respond to the requests from such IP addresses with a chosen HTTP response code (e.g, 403). The checks can be performed either globally for the whole web-server, or for certain URLs that match some pattern.