Re: [users@httpd] if directive not being respected in Apache 2.4.6

2017-06-21 Thread Jacob Champion
On 06/21/2017 08:45 AM, William A Rowe Jr wrote: Frankly I'd think scope should be defined as Global only, even though it won't error out in these other cases. For trunk, it would be good to lock this down and eliminate the legacy 'support' of Define in sections. +1. Very long-term, I think it

Re: [users@httpd] if directive not being respected in Apache 2.4.6

2017-06-21 Thread Eric Covener
On Wed, Jun 21, 2017 at 11:45 AM, William A Rowe Jr wrote: >> It is not currently documented or rejected, but "Define" can't be >> wrapped in any of the normal configuration sections (only ifdefine, >> ifmodule, etc. can wrap it) >> It is processed at startup only, not during request procesing. >

Re: [users@httpd] if directive not being respected in Apache 2.4.6

2017-06-21 Thread William A Rowe Jr
On Wed, Jun 21, 2017 at 10:39 AM, Eric Covener wrote: > On Fri, Jun 9, 2017 at 12:36 PM, Day, Chuck wrote: >>Define locale1 fr-FR > > It is not currently documented or rejected, but "Define" can't be > wrapped in any of the normal configuration sections (only ifdefine, > ifmodule, etc. ca

Re: [users@httpd] if directive not being respected in Apache 2.4.6

2017-06-21 Thread Eric Covener
On Fri, Jun 9, 2017 at 12:36 PM, Day, Chuck wrote: >Define locale1 fr-FR It is not currently documented or rejected, but "Define" can't be wrapped in any of the normal configuration sections (only ifdefine, ifmodule, etc. can wrap it) It is processed at startup only, not during request pr

Re: [users@httpd] if directive not being respected in Apache 2.4.6

2017-06-21 Thread Luca Toscano
Hi Chuck, 2017-06-09 18:36 GMT+02:00 Day, Chuck : > While trying to set a conditional parameter for the OpenIDC apache module, > it seems the directive is not being respected at run-time. For example: > > > > > >Define locale1 fr-FR > > > > > >Define locale1 en-UK > > > > OIDC

[users@httpd] if directive not being respected in Apache 2.4.6

2017-06-09 Thread Day, Chuck
While trying to set a conditional parameter for the OpenIDC apache module, it seems the directive is not being respected at run-time. For example: Define locale1 fr-FR Define locale1 en-UK OIDCAuthRequestParams locale=${locale1} The value of locale is set to en-UK. Have tried