Hi,
Le 08/04/2015 15:49, RAKESH P B a écrit :
Hi All,
I have installed haproxy from ubuntu repo (haproxy version : 1.5.9. ).
The session time out happens when client browser sit idle for 5 min.
Please let me know which parameter will causing the time out.
What is the issue here ? Are you talking about a HTTP keep-alive timeout
of 5 minutes or a timeout occuring because the client or the server
didn't provide a complete request/response, with no trafic for 5 minutes ?
Please provide your configuration. But you can already have a look to
"timeout client" [1] and "timeout server" [2] and even other timeouts
depending on your configuration.
> How I can
enable to send the keep alive packets from haproxy to client to check
whether client active or not.
If you are talking about tcp keepalive this won't be of any help here.
[1]
http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#timeout%20client
[2]
http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#timeout%20server
--
Cyril Bonté