Forum Discussion
swjo_264656
Cirrostratus
Aug 23, 2017How to switching URI roundrobin based on data-group list
Hi guys.
My client request below things.
there are four server ( 119 120 121 122 )
When real client access apisky.whypaymore.co.kr and that request LB on server 119
switching URI ...
Vijay_E
Cirrus
Aug 23, 2017Create 2 pools. POOL-1 contains 120, 121 and 122 with round robin method. POOL-2 contains 119.
when HTTP_REQUEST {
if { [HTTP::host] starts_with "apisky" } {
pool POOL-1
} else {
pool POOL-2
}
}
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