Tagged Questions
0
votes
0answers
8 views
Adequate system for mod_proxy_balancer?
This is just a theoretical scenario. I will test it later in this year but, for now, it's just a theorical exercise.
My current server is powered by an AMD PhenomII X6 1045T CPU with 8GB of ...
0
votes
0answers
436 views
Apache + Tomcat error 120006 Using mod_proxy_ajp for Load Balance
I have an apache 2 frontend with two nodes, and a backend with two instances of tomcat 6 balance with mod_proxy_ajp. The bbdd is in a separate machine. All machines use RHEL, 6.2 on the frontend, 5.5 ...
0
votes
3answers
155 views
Reduce delay caused by load balancer
I currently am using mod_proxy_balance in Apache for load balancing. I have a client emulator which creates 100 threads and emulates user activities like browse the website. I tried making the client ...
0
votes
1answer
406 views
Understanding mod_proxy_balancer module of apache
I am trying to setup a load balancer for few webservers. I am using centos 5.6 with apache http server (Server version: Apache/2.2.3). I am having a client generator which generates around 200 threads ...
4
votes
2answers
2k views
How to configure mod_proxy_balancer to gracefully fail under high load
We have a system which has one Apache instance in front of multiple tomcats. These tomcats then connect to various databases. We balance the load to the tomcat with mod_proxy_balancer.
Currently we ...