Forum Discussion
sgnormo
Jul 05, 2022Cirrus
Custom HTTPS Monitor
I have a VIP that is hosting two separate URL using HTTPS. The VIP for both URL is using the same backend servers. What i need is a monitor that sends a string to both URL to GET a file. If the fi...
- Jul 05, 2022
Hi,
why not just configuring two pools (pool_his, pool_her) with a pool specific monitor?
Now have an iRule which differentiates between the hostnames:
when HTTP_REQUEST { switch [string tolower [getfield [HTTP::host] : 1]] { his.example.com { pool pool_his } her.example.com { pool pool_her } } }
Hi,
why not just configuring two pools (pool_his, pool_her) with a pool specific monitor?
Now have an iRule which differentiates between the hostnames:
when HTTP_REQUEST {
switch [string tolower [getfield [HTTP::host] : 1]] {
his.example.com { pool pool_his }
her.example.com { pool pool_her }
}
}
sgnormo
Jul 05, 2022Cirrus
did not think of that, let me test that out.
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