Forum Discussion
Georgi__Joe__St
Altostratus
Dec 17, 2015What is proper way to stop irule processing when F5 is behind Akamai CDN
Hi guys,
I am adapting current iRules to be "compatible" with Akamai CDN. My current challenge is how to replace properly drop, reject or event disable.
Any safe way to close HTTP session and dis...
Kai_Wilke
MVP
Dec 17, 2015Hi Joe,
instead of using variables to deactivate certain script blocks, you could disable further iRule processing by using
[event disable all] followed by an return to stop the current iRule. To reenable the events again you have to either TCP::close the connection or configure an LTM Policy which reenables the iRule processing on each subsequent HTTP request.
LTM Policy Condition:
- Every request
LTM Policy Action:
- Target: TCL
- Event: request
- Action: set-variable
- Name: dummy_var
- Expression: [event enable all]
Cheers, Kai
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
