RE: [users@httpd] Mod_proxy_balancer question

2017-05-15 Thread Hristiyan Kirov
: Monday, May 15, 2017 20:15 To: users@httpd.apache.org Subject: [users@httpd] Mod_proxy_balancer question Hi, We are using httpd 2.2 and wonder if a path to the application can be defined in the BalanceMember definition, so would this work: BalanceMember "http://192.168.1.50:/foo/bar;

[users@httpd] Mod_proxy_balancer question

2017-05-15 Thread Kartik Vashishta
Hi, We are using httpd 2.2 and wonder if a path to the application can be defined in the BalanceMember definition, so would this work: BalanceMember "http://192.168.1.50:/foo/bar; route=node1

Re: [users@httpd] mod_proxy_balancer question

2011-01-18 Thread Igor Galić
- Tom Jones tjo...@acworld.com wrote: Hello, I have a couple of apps running on Tomcat servers and I would like to use mod_proxy_balancer for load balancing and failover. My question has to do with performance. I see that there is a mod_proxy_ajp and mod_proxy_http modules; are there

[users@httpd] mod_proxy_balancer question

2011-01-17 Thread Tom Jones
Hello, I have a couple of apps running on Tomcat servers and I would like to use mod_proxy_balancer for load balancing and failover. My question has to do with performance. I see that there is a mod_proxy_ajp and mod_proxy_http modules; are there any performance gains by using ajp vs. http?