Forum Discussion
Adrian_Goszczyn
Jul 01, 2011Nimbostratus
Proxy between web servers.
Hi Guys,
I'm new in F5 and iRules, so need some help.
We are during migration proces of sharpoint 2007 to new farm 2010. We have a web application which contains many site collection w...
The_Bhattman
Jul 01, 2011Nimbostratus
Hi Adrian,
I suppose the simpliest way would be to create 2 pools. Pool 1 would contact the new address and Pool 2 would contain the old server.
Then you could write up an irule that would look like the following:
when HTTP_REQUEST {
if { [HTTP::host] eq "apps.corp.net" } {
switch -glob [string tolower [HTTP::uri]] {
"/sites/it" { pool pool1 }
"/sites/hr" { pool pool 2 }
}
}
}
I hope this helps
Bhattman
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects