RequestReduce in Webfarm with Load Balancer and ssl
georgeanicadu opened this issue · 2 comments
georgeanicadu commented
Hi,
I have an application that is deployed on 6 servers in a web farm. These are load-balanced with a VIP/hostname. Since RR embeds the full url into background images,etc., I have set the contentHost property to the hostname. Everything works perfect, but now, when I need to test the application on each server individually using the IP, the pages are losing the styles and scripts as the links have the hostname references. Is there a way to skip RR processing based on some condition, like a querystring present in url, url starts with, etc.
Thanks,
George
mwrock commented
Hi George,
There is. It is explained here: Add rrfilter=disabled into the query string.
georgeanicadu commented
Cool, works fine. Thanks.