Forum Discussion
haxzorian_35595
Nov 10, 2011Nimbostratus
HTTPS
virtual www.xyz.com-vs-https { snat automap pool www.xyz-pool-https destination 10.136.125.102:https ip protocol tcp rules { xyz-blank2www-https ac-redirect-host ac-redirect-uri akusf-rdir webstore-disable-redirect billpay-redirect-v2 pick-pool-member } persist source_addr profiles { http {} serverssl { serverside } tcp {} www.xyz.com-clientssl { clientside } } } pool www.xyz-pool-https { min active members 1 monitor all https members { 209.193.8.71:https { priority 2 } 209.193.8.73:https { priority 2 } 209.193.8.75:https {} } }
HTTP
virtual www.xyz.com-vs-http { snat automap pool www.xyz-pool-http destination 10.136.125.102:http ip protocol tcp rules { xyz-blank2www-http ac-redirect-uri ac-redirect-host akusf-rdir acsmobile-redirect akcom-redirect-switch billpay-redirect billpay-redirect-v2 sitecore-admin-pmember-select webstore-disable-redirect acspipe-rdir-akcom pick-pool-member } persist source_addr profiles { tcp {} www_http {} } } pool www.xyz-pool-http { min active members 1 monitor all http members { 209.193.8.71:http { priority 2 } 209.193.8.73:http { priority 2 } 209.193.8.75:http {} } }
Sorry about the formatting. I'm unfamiliar with this forums code tags...