Forum Discussion
Simon_Wright_85
Nimbostratus
Sep 14, 2007Strange F5 behaviour after adding an iRule
Hi all
We are seeing some very strange behaviour from a pair of our 1500 LTMs running 9.4.0 after restoring a config from a backup to them. The symptom is that a large part of the configuration d...
Simon_Wright_85
Nimbostratus
Sep 18, 2007Hi all
After some further digging on a blank Loadbalancer i have found the following.
Adding this iRule then backing up and restoring an archive will mean the iRule will dissapear.
when HTTP_REQUEST {
if { [HTTP::host] contains "reports."} {
}
else {HTTP::redirect https://[HTTP::host][HTTP::uri] }
}However the following version will still appear after backing up and restoring.
when HTTP_REQUEST {
if { [HTTP::host] contains "reports."} {
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
else {}
}If anyone has any ideas why this happens i would be very interested in hearing as i am pulling my hair out trying to work out why.
Thanks
Simon
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