[users@httpd] Obtain part of url in proxy balancer from one balancer member

2013-11-06 Thread Trilok
Hi I have cluster setup of Apache server . Behind this I have 2 Jboss instances which is load balanced by Apache. The configuration look somewhat like the below *ServerAdmin ad...@example.com ServerName www.example.com DocumentRoot "/apps"

[users@httpd] Re: Obtain part of url in proxy balancer from one balancer member

2013-11-05 Thread Trilok
Is there any other mailing list group for getting help on this issue?

[users@httpd] Obtain part of url in proxy balancer from one balancer member

2013-10-30 Thread Trilok
Hi I have cluster setup of Apache server . Behind this I have 2 Jboss instances which is load balanced by apache. The configuration look somewhat like the below SetEnvIf X-Forwarded-For ^192\.168\. proxy_1 SetEnvIf X-Forwarded-For ^172\.123\.153\.142 proxy_2 Order allow,deny Satisfy Any Allow f