Forum Discussion
Christopher_Boo
Cirrostratus
Jul 17, 2012Is it possible to enable gzip compression for only one node in a pool via irule?
Is it possible to enable gzip compression for only one node in a pool via irule?
Thanks,
Chris
2 Replies
- hoolio
Cirrostratus
Hi Chris,
You can enable compression in the HTTP profile and then use an iRule like this to disable compression for all but the 1.1.1.1 node:when HTTP_RESPONSE { if { not [IP::addr [IP::server_addr] equals 1.1.1.1] }{ COMPRESS::disable } }
Aaron - Christopher_Boo
Cirrostratus
That makes perfect sense. Thanks Aaron!
Chris
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