Thanks for response, Yes my requirement is to completely restrict/disalllow any further connections, example I want to allow only 50 sessions, 51st connection should get an error message to login later after certain period of time.
Regards, Vel On Mar 16, 2017 18:58, "Nick Kew" <[email protected]> wrote: > On Thu, 2017-03-16 at 02:05 +0100, Daniel wrote: > > See about mpm settings/directives such as MaxRequestWorkers, which > > will limit the number of concurrent requests your server can take. > > Indeed, but I don't think that's what the OP is looking for in an > apache proxy. Rather the proxy reply with a "too busy" error page > than not take the connection at all, right? > > The proxy balancer would be a place to look: that offers various > ways to determine how much traffic to send to a backend. If that > doesn't meet your needs, there are several third-party traffic- > limiting modules. > > -- > Nick Kew > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
