Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Mohit Anchlia
I am trying to look for solution that will dynamically let me turn away users in case our app servers are slow because of DB slowness or some other application problems. This will help us provide customized turn away message and also limit connections per virtual ip or host. On Sun, Jun 21, 2009 a

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread dreamice
I suggest you to use iptables/netfilter to limit the connections. jgroups wrote: > > Apache 2.2.6: > > I am aggresively looking for some solution that limits number of > connections per IP and the settings can dynamically be changed. Does > anyone know if there such a module which is dynamic in

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Darryle Steplight
What's wrong with changing the setting in your .htaccess file? This wouldn't require an Apache restart. On Sun, Jun 21, 2009 at 6:00 PM, Eric Bowman wrote: > Mohit Anchlia wrote: >> Apache 2.2.6: >> >> I am aggresively looking for some solution that limits number of >> connections per IP and the

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Eric Bowman
Mohit Anchlia wrote: > Apache 2.2.6: > > I am aggresively looking for some solution that limits number of > connections per IP and the settings can dynamically be changed. Does > anyone know if there such a module which is dynamic in nature. For eg: > After starting apache can I dynamically change

[us...@httpd] Limiting connections per IP

2009-06-21 Thread Mohit Anchlia
Apache 2.2.6: I am aggresively looking for some solution that limits number of connections per IP and the settings can dynamically be changed. Does anyone know if there such a module which is dynamic in nature. For eg: After starting apache can I dynamically change number of connections without ha