Forum Discussion

T_Rajneesh's avatar
T_Rajneesh
Icon for Nimbostratus rankNimbostratus
Aug 27, 2020

irule to redirect the url to back pools with different ports and URI's

User is suing now server name long with port number to access the webpage. But now they wanted to have userfriendly name like http://friendlyname.com to access the application without using any server name or port number in browser.

 

Is there any other way than creating each VIP with requesting port number and respective backend server listening on requested port and creating DNS entry with friendly hostname for each URL ?

can we achieve this using single vip or only two VIP with port 80 using iurle ?

 

1st URL: http://xyz001:8080 - server ip address - 10.10.10.10

2nd URL: http://xyz001:8088

-----------------------------------

3rd URL: http://abc001:1008 - server ip address -10.10.10.20

4th URL: http://abc001:1085/admin

5th URL: http://abc001:1085/catalog

 

Please advise