The mod-balancer tag has no wiki summary.
3
votes
7answers
16k views
Apache load balancer limits with Tomcat over AJP
I have Apache acting as a load balancer in front of 3 Tomcat servers. Occasionally, Apache returns 503 responses, which I would like to remove completely. All 4 servers are not under significant load ...
0
votes
2answers
3k views
Serving multiple sites with Apache Proxy Balancer
I have a situation where I have a load balancer set up with Apache2 and mod-balancer that is going to load balance two Apache2 web servers. I'd like my load balancer to be able to serve multiple sites ...
0
votes
3answers
233 views
ssl between balancer members?
I have apache running on one machine as a load balancer:
<VirtualHost *:443>
ServerName ssl.example.com
DocumentRoot /home/example/public
SSLEngine on
...