Hello
Need help in understanding the highlighted parameters:
ProxyPass "/example" "http://backend.example.com"; timeout=3600 keepalive=On
keepalive parameter - As I understand relates to TCP or socket keep alive
probes that are sent to prevent idle connection.
[image: image.png]
My confusion
ot;connectiontimeout" attribute of ProxyPass that will
> consider a new TCP connection with the backend not valid if it takes the
> specified time to complete (TCP SYN + SYN/ACK + ACK) so it can be retried
> earlier.
>
>
>
>
> 13 ottobre 2021 16:22, "Usha Nayak"