Forum Discussion
Preet_pk
Apr 03, 2022Cirrus
HTTP Compression & Caching
Hi, We have multiple web applications running on a single Virtual server with host/domain based pool routing. For eg: red.lab.ae blue.labe.ae irule: when HTTP_REQUEST { switch [string tolower ...
Ruby69
Apr 07, 2022Nimbostratus
This might help : https://community.f5.com/t5/technical-articles/what-is-http-part-viii-compression-and-caching/ta-p/287993/ChoiceADVANTAGE App
- Preet_pkMay 18, 2022Cirrus
Hi,
How to apply HTTP compression & caching under below irule. For eg: if requirement is to apply http compression only for "green.lab.ae"
iRule:
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
red.lab.ae {
pool Red_Pool1 }green.lab.ae {
pool Green_Pool1 }}
}
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