Forum Discussion
Nikoolayy1
MVP
Mar 31, 2022F5 irule Table command rate limit or block HTTP requests in two different ways
Hello,
I have seen two ways to use the table command to limit HTTP requests as one is to create a single table entry that has as key the client IP address and the value is increased each time t...
costinvilcu_103
Nimbostratus
Mar 30, 2009Hello,
i am a very begginer with f5 (and especially with tcl programming) and i am supposed to make a rewrite rule for url's in a web page residing on a server
The actual flow is like this:
the client type https://server/resource -> the F5 terminate the SSL and send to the server the http://server/resource. Then the server answer with a page containg differrent (one or more) links like http://otherplace/resource. The F5 forward that to the client and should rewrite all the links in the page so they appear on the client browser like this: https://otherplace/resource. By doing this we know that the client will always initiate a https request instead of an http one.
Can this be done? If yes can you show me how?
Thank you,
Costin
- Bciesz_171056Feb 14, 2018
Cirrus
Nothing like testing this for yourself :)
As it occurred the default behavior is retaining the old configuration upon upgrading the system. No "Install Configuration" needed, unless you want to rollback to some older setup
- Dan_Bowman_2434Feb 16, 2018
Altocumulus
"Install configuration" is only needed if there's been a bit of time passed between you installing the upgrade on its volume, and then booting into it.
At install time the current config will be applied to the upgraded volume, but if you then wait a few days and have made some changes to your LTM configuration, you can force these changes to the new volume by checking that box before you reboot.
- FMA_199355Feb 16, 2018
Nimbostratus
That's absolutely true, hope this'd be added to upgrade procedure SOL someday.