Forum Discussion
iAPP SharePoint 2013 deployment with multiple backend ports
Hi dirtiPACKET,
Assuming that you have your alternate access mappings set up correctly in SharePoint, you should start by configuring the iApp. You will need to create additional LTM pools for each port to which traffic will be forwarded on the SharePoint servers (for example, one pool for the port 30000 traffic and another for port 30001). Then, create an iRule that forwards to those pool based on the request host header value. Here's an example:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
management-sharepoint.companyname.com* { pool mgmt_pool }
public-sharepoint.companyname.com* { pool public_pool }
hr-sharepoint.companyname.com* { pool hr_pool }
}
}
Use the advanced options of the iApp to attache that iRule to the SharePoint virtual server, and you should be good to go.
thanks
Mike
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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