I'm trying to restrict a URL from being hit too many times to fast. I added this to the <vhost> to limit requests to /url/ to 1 per second with a max of 4 concurrent connections:
Is this global for all IP's or per IP? I would like to restrict the number of simultaneous connects to /url/ to 1 per second for each IP, not total for the vhost. I don't know if the above applies per IP or not. Any help would be great.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to restrict a URL from being hit too many times to fast. I added this to the <vhost> to limit requests to /url/ to 1 per second with a max of 4 concurrent connections:
Is this global for all IP's or per IP? I would like to restrict the number of simultaneous connects to /url/ to 1 per second for each IP, not total for the vhost. I don't know if the above applies per IP or not. Any help would be great.
Thanks.
The QS_Loc* directives limit the total number of requests to the server.
The same configuration on a per client IP basis could look like this:
Last edit: Pascal Buchbinder 2013-09-23