Forum Discussion
Phil_53695
Nimbostratus
Sep 01, 2011irule to send requests for another port to another pool in vip
Hi,
If I have a pool that uses port 8080 in it and want to also process 8081 to the same nodes (IIS servers) would it be possible to use an irule to do so?
Thanks for any input
Phil_53695
Nimbostratus
Sep 01, 2011when HTTP_REQUEST {
if {[HTTP::uri] equals {http://www.domain.com:8081}} {HTTP::uri {pool www_domainl_net_8081_pool}
}
}
I believe this should work. This is given they use the www.domain.com:8081 syntax.. Any other request would just put them into the default 8080 pool that is currently running. I have not tested this yet though.
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