Re: [us...@httpd] How to limit number of particular request in apache.

2010-04-03 Thread Morgan Gangwere
On 4/3/2010 2:59 AM, Nick Kew wrote: You can't. Well, you could write a module for it. If you can live with ballpark numbers, I'd suggest limiting the number of threads per process on a restricted task, rather than maintaining a global count. Or if this is about system load, consider something

Re: [us...@httpd] How to limit number of particular request in apache.

2010-04-03 Thread Nick Kew
On 2 Apr 2010, at 23:48, Anuradha wrote: > 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 > upl

Re: [us...@httpd] How to limit number of particular request in apache.

2010-04-02 Thread Nilesh Govindarajan
On 04/03/10 04:18, Anuradha wrote: 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 downlo

[us...@httpd] How to limit number of particular request in apache.

2010-04-02 Thread Anuradha
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.   Wh