Try logging the envvar. Whether it's logged the way you want or not, you can either focus on or remove the access control directives
(also, use require env foo instead of order/allow/deny) On Fri, Jan 10, 2014 at 6:52 AM, <[email protected]> wrote: > I just tried == instead of the = in > > SetEnvIf host abj\.jidanni\.org let_me_in > Order Deny,Allow > Deny from all > Allow from env=let_me_in > > the result was that the test totally failed always. So == is not correct. > >>>>>> "AVF" == Antonio Vidal Ferrer <[email protected]> >>>>>> writes: > > AVF> Have you tried == instead of =? > > AVF> Allow from env==good > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
