IPX_38791
Aug 10, 2011Nimbostratus
Rewrite URL in header ??
I need to setup 5 internal URL's that our DNS forwards to 10.113.230.31 (the load balancer VIP):
ordermanager.nn.local
spoc.nn.local
outage.nn.local
party.nn.local
enterprise.nn.local
invoices.nn.local
I need the load balancer to check the header and forward them to the correct virtual directory on one of the load balanced webservers.
Outcome is as follows:
spoc.nn.local -> x.x.x.x/SPOC
outage.nn.local -> x.x.x.x/outage
party.nn.local -> x.x.x.x/telflowpartymanagerUI
enterprise.nn.local -> x.x.x.x/enterprise
ordermanager.nn.local -> x.x.x.x/telflow
invoices.nn.local -> x.x.x.x/invoices
E.G. so invoices.nn.local gets resolved to 10.113.230.31, which is a VIP on the F5. I need the F5 to look at the header and rewrite I guess to when it goes through to the pool members it has the /invoices written into it.
Thanks