: 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&qu
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
- "Tom Jones" 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 any performanc
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?
Tha