Forum Discussion
Oliver_Schmidt
Nimbostratus
Feb 16, 2006http keep alive timeout
I want to define a http keep alive timeout for the client - bigip connection. In an http profile you can only configure the max. no. of connections. The keep alive timeout in an oneconnect profile def...
Moritz_Möller_6
Nimbostratus
Feb 16, 2006A HTTP keep-alive timeout resets the connection, too. So you could just use tcp timeout.
For http conformance you should add an appropriate Keep-Alive header:
when HTTP_RESPONSE {
HTTP::header replace "Connection" "keep-alive"
HTTP::header replace "Keep-Alive" "timeout=[yourtimeouthere], max=99"
}
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