Re: svn commit: r1672014 - in /httpd/httpd/trunk: CHANGES server/config.c

2015-08-14 Thread Eric Covener
On Wed, Apr 15, 2015 at 12:02 PM, Kaspar Brand wrote: > The other option to fix the problem which originally triggered this > investigation would be to simply replace "cmd->server" in > ssl_engine_config.c:836 with "NULL", though it would only fix this > particular case, and not help with other pl

Re: BalancerInherit, ProxyPassInherit: docs and code inconsistent

2015-08-14 Thread Jim Jagielski
Let me check my notes on regarding the issue associated with that implementation... as well as what the "correct" behavior should be ;) > On Aug 14, 2015, at 6:06 AM, Rainer Jung wrote: > > Docs say: "Disabling ProxyPassInherit also disables BalancerInherit." > > Code (2.4) says: > > if (ps->i

directive elimination

2015-08-14 Thread Stefan Eissing
Hi, I am currently eliminating some mod_h2 directives which are no longer needed or wanted. If your want to regression test the trunk, please also update the test framework. Thanks. //Stefan bytes GmbH Hafenweg 16, 48155 Münster, Germany Phone: +49 251 2807760. Amtsgericht Münster: HRB5782

BalancerInherit, ProxyPassInherit: docs and code inconsistent

2015-08-14 Thread Rainer Jung
Docs say: "Disabling ProxyPassInherit also disables BalancerInherit." Code (2.4) says: if (ps->inherit || ps->ppinherit) { ps->workers = apr_array_append(p, base->workers, overrides->workers); ps->balancers = apr_array_append(p, base->balancers, overrides->balancers); } and both inher