Forum Discussion
Jeff_Wyant_4852
Nimbostratus
Jun 19, 2006Filter Mulitple Http Requests to Serveral Pools
I need an irule to filter traffic to send it to the correct pool (total of 3 pools) based on the URL. I have a start but need help with this irule.
when HTTP_REQUEST {
if { [HTTP::uri] contains "www.company.com" } {
pool company
}
}
when HTTP_REQUEST {
if { [HTTP::uri] contains "www.company.com/A" } {
pool company.net
}
}
when HTTP_REQUEST {
if { [HTTP::uri] contains "www.company/B" } {
pool company.com
} else {
pool company.com
}
}
1 Reply
- There are a couple of issues here.
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