Forum Discussion
Syntax to Map Virtual-Server's Character with Data-Group which Contains Pool Name
There are a few things to note here.
-
First and most important, you cannot issue an HTTP redirect and send traffic to a pool at the same time. A redirect will generate a 302 response to the client to presumably come back to a different URL, and a pool would pass the data through to a server. You would necessarily have to break this into two components such that:
if URI equals "/" redirect to "http://apctdev.leni2.com/SEUILibrary/controller/e/web/LenovoPortal/en_US/catalog.workflow:test-home" if URI equals or starts_with "http://apctdev.leni2.com/SEUILibrary/controller/e/web/LenovoPortal/en_US/catalog.workflow:test-home" send to a pool
-
In my last post I attempted to clear up some confusing by breaking things back into two separate data groups, one for the static and one for the dynamic pools. Prior to that, with both pools in a single data group separated by a comma, you would have used a list command to extract the correct pool member. But if you're now again using separate pools, I'd venture that there's just one per record in each data group and no need to perform any list functions.
Recent Discussions
Related Content
* 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