Forum Discussion
fillstrsoh_2962
Oct 26, 2011Nimbostratus
SharePoint 2010 - virtual with two pools
We are trying to implement SharePoint 2010 using one virtual server with two pools using a pool for each site. dv-strsohioportal is the virtual server which has an irule that sends traffic to a specif...
Michael_Yates
Oct 28, 2011Nimbostratus
Hi fillstrsoh,
I don't think that your iRule is working properly the way that you have it configured. In a switch statement the comparison is absolute and I don't think you are going to get a qualifying match because of the trailing "." periods that you have:
"/sites/its.*"
"/sites/its.*"
Try this and see if it works properly:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/sites/its*" {
log local0. "This time pool - ITS"
pool dv-strsohioportal_its_pool
}
"/sites/inv*" {
log local0. "This time pool - INV"
pool dv-strsohioportal_inv_pool
}
}
}
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