Re: Apache 2.4: scope of PerlAddAuthzProvider

2015-04-22 Thread Lathan Bidwell
You are correct, the new setup thinks of it as setting up global AuthZ handlers. Make sure to name the provider with a good identifier (i.e.: thisAppUser, GlobalLoginUser, ) A great many people would benefit from updating the documentation on these changes. But I think people are focusing on

Re: Apache 2.4: scope of PerlAddAuthzProvider

2015-04-22 Thread Jie Gao
OK, I suppose I can add the provider globally, but not actually start to use it until I call the module within a container. And it should be "PerlAddAuthzProvider user My::MyAuth::AuthCookie->authz" as well. Regards, Jie * Jie Gao wrote: > Date: Wed, 22 Apr 2015 17:23:10 +1000 > From: Jie