Re: [users@httpd] Redirect to the diff. servers.

2011-01-24 Thread Szász Csaba
You can use mod_proxy_balancer to use both servers Example: BalancerMember http://192.168.1.50:80 BalancerMember http://192.168.1.51:80 ProxyPass /test balancer://mycluster More @ http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html 2011/1/23 Jeroen Geilman : > On 1/23/11 6:46 PM, Tus

Re: [users@httpd] Redirect to the diff. servers.

2011-01-23 Thread Jeroen Geilman
On 1/23/11 6:46 PM, Tushar Chavan wrote: Hi Experts, We have below requirement. There are two portal servers . Portal 1 --> with url http://epsrm.xyz.com:5/irj & Portal 2 ---> with https://srmprd.xyz.com:5/irj Apache server is srmarp. Now can we redirect traffic from apache to Por

[users@httpd] Redirect to the diff. servers.

2011-01-23 Thread Tushar Chavan
Hi Experts, We have below requirement. There are two portal servers . Portal 1 --> with url http://epsrm.xyz.com:5/irj & Portal 2 ---> with https://srmprd.xyz.com:5/irj Apache server is srmarp. Now can we redirect traffic from apache to Portal 1 & Portal 2 from same Apache host. I can