Forum Discussion
PatPerron_18894
Nimbostratus
May 20, 2015Server Connection timeout
Hi,
I would like to control the connections time to my web servers.
In my old HAProxy I had a "server timeout" option at the backend side to close connections after after 30 seconds whatever it'...
Josh_B_152229
Nimbostratus
May 20, 2015Look into profiles and defining timeouts there. If your situation is similar to mine you want a normal timeout but want to change it on the fly based on the request. Some of our applications take a long time to generate huge reports so inside of HTTP_REQUEST_SEND I change the timeout using something like this:
$static::isReport is set to 1 in reports section of other rules.
if {[info exists "static::isReport"]} {
Change timeout for report requests for both arms of the connection
since this occurs inside HTTP_REQUEST_SEND.
IP::idle_timeout 1800
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects