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...
fillstrsoh_2962
Oct 29, 2011Nimbostratus
Michael and Kurt,
Thanks for responding. I have made some progress since my original post. The SharePoint AAM has been modified so that the inv site maps to . With the irule like this:
when HTTP_REQUEST {
if { [HTTP::host] contains "dv-strsohioportal" } {
log local0. "URI - [HTTP::uri]"
switch -regexp [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
}
}
HTTP::uri
log local0. "URL - [HTTP::method] [HTTP::host][HTTP::uri]"
log local0. "Host: [HTTP::header Host]"
log local0. "Request: [HTTP::request]"
}
}
SharePoint performs a redirect because the URI did not contain a page request. If I append a page on the URI rewrite like this:
HTTP::uri http://paris-test[HTTP::uri]/default.aspx
the correct page is returned but the layout is broken. Also having /default.aspx appended to every URI is not good.
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