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
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
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
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
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