Re: Apache 2.4 Authentication/Authorization

2019-05-16 Thread Michael Schout
On 5/15/19 8:42 AM, André Warnier (tomcat) wrote: > (In any case, it does /not/ call the perl AuthzProvider again). > (That is not really what I want; I'd like it to call authz_user() Apache doesn't work that way. Everything you've described is basically just how things work in 2.4. your authz_u

Re: Apache 2.4 Authentication/Authorization

2019-05-16 Thread Adam Prime
Honestly, the best, and possibly only, source for the information you're after is probably the httpd source code. Unless there is some high level documentation that has more details than this does: https://httpd.apache.org/docs/2.4/howto/auth.html There's also this, which is supposed to be the

Re: Apache 2.4 Authentication/Authorization

2019-05-16 Thread tomcat
Additional info, from the mod_perl 2 documentation and elsewhere : 1) mod_perl : http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAuthenHandler says that this phase is of type RUN_FIRST, and http://perl.apache.org/docs/2.0/user/handlers/intro.html#C_RUN_FIRST_ says "If the return value