https://bz.apache.org/bugzilla/show_bug.cgi?id=69420
Bug ID: 69420
Summary: ProxyPassInherit should be independent from
BalancerInherit
Product: Apache httpd-2
Version: 2.4.51
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypassinherit it is
described, that BalancerInherit will be also disabled. Both parameters should
be independent.
ProxyPass configs are not listed in the Balancer Manager, so there is no issue
why BalancerInherit is disabled too.
UseCase 1: Activate global ProxyPass configs only in specific vhosts
- main config
ProxyPassInherit Off
ProxyPass /test http://example.org/test
ProxyPassReverse /test http://example.org/test
- vhost
ProxyPassInherit On
UseCase 2: Use central Balancer Manager for all balancer
- main config
BalancerInherit On
<proxy balancer://test>
BalancerMember http://example.org
BalancerMember http://example2.org
</proxy>
- vhost
ProxyPass /test balancer://example//test
ProxyPassReverse balancer://example//test
Because of https://bz.apache.org/bugzilla/show_bug.cgi?id=58120 this is
actually not testable.
--
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]