Forum Discussion
Krys_Frankiewic
Nimbostratus
Mar 20, 2015L7 load balancing by content
We are migrating from cisco ACE. In Ace we specify class-map to use L7 load balancing as follow: class-map type http loadbalance match-all L7- 2 match http url /XDSOAPRouter/is/* class-map type http ...
Krys_Frankiewic
Nimbostratus
Apr 08, 2015Hi Bernie, I tried "esleif", still is not working. I can't have "else" pointing to the default pool. In my case each request must be forwarded to the right pool. All my requests are going to SYSLOG1_pool which is a default pool under virtual servers.
when HTTP_REQUEST {
if {[HTTP::path] starts_with "/XDSOAPRouter/8t" } { pool SYSLOG_pool
} elseif {[HTTP::path] starts_with "/XDSOAPRouter/cx" } { pool SYSLOG1_pool } elseif {[HTTP::path] starts_with "/XDSOAPRouter/is*" } { pool SYSLOG3_pool } }
- Bernie_Ongewe_6Apr 08, 2015
Nimbostratus
Hmm. Could you try; } then { instead of } {
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