A question from a community member... I have a Stingray VA and currently all port 80 traffic is distributed to a number of backend apache servers. I'd like to be able to control certain URL requests by specifying a backend server using rules.
Is this possible?
Solved! Go to Solution.
It's certainly possible.
Step 1: Create a Pool that contains the nodes you want to direct traffic to. This pool may contain just one node, but it's more common to have two or more nodes for failover and load balancing;
Step 2: Create a RuleBuilder rule that matches the URLs you're interested in and selects the pool;
Step 3: Assign this rule as a 'Request Rule' to your virtual server.
Regards
It's certainly possible.
Step 1: Create a Pool that contains the nodes you want to direct traffic to. This pool may contain just one node, but it's more common to have two or more nodes for failover and load balancing;
Step 2: Create a RuleBuilder rule that matches the URLs you're interested in and selects the pool;
Step 3: Assign this rule as a 'Request Rule' to your virtual server.
Regards
Great, thanks - worked like a charm