Forum Discussion
Darly_Senecal_B
Nimbostratus
Jun 02, 2014F5 Load Balancer and Subversion
Hi Community:
Before mentioning the issue, I don't manage any settings on Load Balancer, I just want to understand about reasons of the issue. Thanks
My team had migrated/upgraded subversion ser...
Jun 04, 2014
Good article. To replace the destination according to what they suggest you can try this iRule:
when HTTP_REQUEST {
if { [HTTP::header exists "Destination"] } {
HTTP::header replace Destination [string map { "https" "http" } [HTTP::header value Destination] ]
}
}
In regards to the resets I'd still recommend trying this command as there can be multiple reasons for a reset:
tmsh show /net rst-cause
/Patrik
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