Forum Discussion
Swordfish_11740
Nimbostratus
Feb 18, 2013Compression Filtering Using iRules
Hi All,
My company has clients all round the world. Some would benefit from level 9 compression whereas others that are within europe benefit more from level 1 -least compression.
Is there ...
Swordfish_11740
Nimbostratus
Feb 19, 2013haha it does!
I have tried t implement this as an irule, but I get an error:
01070151:3: Rule Compression_iRule error: line 2: command is not valid in current event context (HTTP_REQUEST) FORMATTER ERROR (":" and "&" not supported in Page Names)
This is with the irule in its simplest form:
when HTTP_REQUEST { COMPRESS::gzip level 3 }
I get the same thing when I try to wrap it in a geolocation-aware rule too:
when HTTP_REQUEST { if { FORMATTER ERROR (":" and "&" not supported in Page Names) continent] eq "EU" } { COMPRESS::gzip level 1 } else { COMPRESS::gzip level 6} }
Any ideas? Has this been deprecated in a later release of LTM (currently running 10.2.2)
Thanks, Ben
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