Host-header-based virtual hosts require different settings than the default proxy rule file used by the Agent for SharePoint. After defining your virtual hosts for your web applications, create proxy rules for your host-header-based virtual hosts.
Follow these steps:
Agent-for-SharePoint_home\proxy-engine\conf
Agent-for-SharePoint_home\proxy-engine\examples\proxyrules\proxyrules_example2.xml
Agent-for-SharePoint_home\proxy-engine\conf\proxyrules.xml
<nete:proxyrules xmlns:nete="http://www.company.com/">
<nete:proxyrules xmlns:nete="http://www.example.com/">
<nete:cond type="header" criteria="equals" headername="HEADER">
HOST
<nete:case value="value1">
<nete:case value="sharepoint.example.com">
<nete:forward>http://server1.company.com</nete:forward>
<nete:forward>http://sharepointserver1.example.com</nete:forward>
<nete:case value="value2">
<nete:forward>http://server2.company.com</nete:forward>
<nete:forward>http://home.company.com$1</nete:forward>
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |