Multiple path and pool definitions
portal.mycustomer.com points to an SSL terminating VIP on my LTM
When someone goes to https://portal.mycustomer.com it will take you directly to a pool assigned to the VIP pool1.mycustomer.com which only has a single node member node1.mycustomer.com in it. That works fine. Now the tricky part, at least for me. I hope I explain this clearly (Sorry if I overstate thing in order to provide clarity). I need to get the following working, not redirecting as it all needs to stay behind https://portal.mycustomer.com:
**Notice node 1 is used again in line one and currently the only node belonging to a pool. The other nodes are just configured but not tied to anything as I didn't know if I needed to.
https://portal.mycustomer.com/path1 --> http://node1.mycustomer.com:8081/whateverpath
https://portal.mycustomer.com/path2 --> http://node2.mycustomer.com/whateverpath
https://portal.mycustomer.com/path3 --> http://node3.mycustomer.com/whateverpath
https://portal.mycustomer.com/path4 --> http://node4.mycustomer.com/whateverpath
I tried a million different things to get this to work without any luck. I appreciate any help you can give. Thank you!