https://bz.apache.org/bugzilla/show_bug.cgi?id=62556
Bug ID: 62556
Summary: proxy balancer not defined in Proxy section
Product: Apache httpd-2
Version: 2.4.34
Hardware: PC
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mod_proxy
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 36042
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36042&action=edit
patch fixing the issue
Hi!
In most cases when using the directive <Proxy to define a proxy balancer (e.g.
<Proxy "balancer://mybalancer">) there are no additional arguments given.
Doing so, the line
https://github.com/apache/httpd/blob/2.4.34/modules/proxy/mod_proxy.c#L2540
prevents running ap_proxy_define_balancer() and setting up the corresponding
balancer->section_config.
Please see attached patch file that should fix the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]