Hi All,
I want to limit the number of "particular" requests in apache
For example
I have httpd running on my system. My webserver provides a upload and download service. I want to configure appache in a way that at the max it can serve 100 uploads and 200 downloads not more than that. When I looked into the archives I came across MaxConnPerIP where they are limiting request per IP
Wondering if there is any configurable parameter to limit on particular request. Thanks, Anu. |