Questions tagged [mod-balancer]
7 questions
6
votes
7 answers
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 in terms of CPU, memory, or disk, so I am a…
Peter Sankauskas
- 678
- 5
- 11
- 21
2
votes
1 answer
Force Apache proxy_balancer to specific worker
I would like to have two tomcat servers behind a proxy_balancer so I can do rolling deploys.
I have this working so I can take down one tomcat and the other takes futire requests
BalancerMember…
DavidC
- 93
- 7
0
votes
1 answer
Allowing IP's to access Apache Load Balancer
Why it is not allowing my IP to access Apache Load Balancer
SetHandler balancer-manager
Require host demo-002
Order deny,allow
Deny from all
Allow from 127.0.0.1 10.201.165.186
Seeing the…
Zama Ques
- 443
- 1
- 8
- 24
0
votes
3 answers
ssl between balancer members?
I have apache running on one machine as a load balancer:
ServerName ssl.example.com
DocumentRoot /home/example/public
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/example.crt
…
jemminger
- 125
- 2
- 8
0
votes
2 answers
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 but currently every virtual host I create seems…
Luke
- 3,756
- 7
- 35
- 39
0
votes
1 answer
POST requests fail after updating Apache load balancer ("empty stream")
We have an apache configured as a load balancer (mod_proxy_balancer afaik) distributing the load to several wildfly application nodes. This was working fine until we updated the operating system from debian buster to bullseye.
The OS update…
Lonzak
- 101
- 3
-1
votes
1 answer
Apache Reverse Proxy - HTTP requests with a Cookie
We have an Apache Reverse Proxy which works fine (configuration below). Now we have the need to forward a few requests to another server (server3.domain.com) and check that a cookie named "LtpaToken" exists in user request. If the cookie is absent,…
Radu
- 3
- 1