I would like Apache to redirect to an error page when the number of requests per IP to a specific page (selected with regexp) is above some threshold.
What is the simplest way to do that? What module to use? What are the directives to achieve that result?
Running Apache 2.4 on Ubuntu.