Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mod_proxy_balancer doesn't work with 2.4.32 |
|
Author |
|
lucas29252
Joined: 15 Mar 2018 Posts: 1 Location: Spain
|
Posted: Thu 15 Mar '18 12:46 Post subject: mod_proxy_balancer doesn't work with 2.4.32 |
|
|
Hi,
Apache doesn't start since I updated to 2.4.32 from 2.4.29.
I get the following error:
Code: |
[pid 19136:tid 136] mod_proxy_balancer.c(917): AH01178: Doing balancers create: 552, 1 (6)
[pid 19136:tid 136] mod_proxy_balancer.c(986): AH01184: Doing workers create: balancer://mycluster (p111c5be7_mycluster), 984, 2 [0]
[pid 30160:tid 756] mod_proxy_balancer.c(917): AH01178: Doing balancers create: 552, 1 (6)
[pid 30160:tid 756] (17)File exists: AH01179: balancer slotmem_create failed
|
My proxy_balancer config (inside VirtualHost) is as follows:
Code: |
<Proxy balancer://mycluster>
BalancerMember http://localhost:8080 retry=0
BalancerMember http://localhost:8880 retry=0 status=+H
</Proxy>
ProxyPass / "balancer://mycluster/"
ProxyPassReverse / "balancer://mycluster/"
|
I've been browsing recent changes in mod_slotmem_shm.c and mod_proxy_balancer.c, but since I can't debug it's very difficult to guess where is the problem.
Does anyone have mod_proxy_balancer working on 2.4.32? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Thu 15 Mar '18 13:02 Post subject: |
|
|
Looks a serious regression.
Posted a link on the dev list:
Thanks for reporting. |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
|
Back to top |
|
|
|
|
|
|