I didn't see any error on browser and haproxy log. Browser gets stuck in
forever wait until i reload/restart haproxy service and the reason of
increasing timeout clients our checkout page show blank page on low timeout
client.

Regards,
Umair

On Wed, Oct 1, 2014 at 11:20 PM, Lukas Tribus <[email protected]> wrote:

> Hi,
>
>
> > I am using haproxy with Apache to keep alive an EC2 server. Sometimes
> > haproxy stops taking new requests during this period we can't open our
> > website, If I reload haproxy service it starts working normally.
>
> Please clarify what "can't open" means exactly, what error your see in the
> browser, and what haproxy is logging.
>
>
>
> >      timeout server 86400000
> >      timeout connect 86400000
> >      timeout client 86400000
>
> With those insane values you will probably hit maxconn after some
> time (depending on your clients).
>
>
>
> >      #timeout queue   30s
>
> And because queue timeout is commented, new request will wait in
> the queue for "timeout connect" time (24h) until serving a 503 due to queue
> timeout.
>
>
>
> Please read the documentation about server, connect, client and
> queue timeouts.
>
>
>
>
> Regards,
>
> Lukas
>
>

Reply via email to