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
/distribution/Apache-AuthCookie/README.apache-2.4.pod
(the httpd.conf section)
This may well be the most explicit information readily available, about
how the Apache 2.4 authentication/authorization logic really works
"underneath". At any rate, I have not been able to find a better
DME.apache-2.4.pod
(the httpd.conf section)
This may well be the most explicit information readily available, about how the Apache 2.4
authentication/authorization logic really works "underneath". At any rate, I have not
been able to find a better documentation anywhere.
On 15.05.2019
Hi.
I am trying to figure out what Apache2::Const return codes /can/ be returned by a mod_perl
/authentication/ method under Apache 2.4+, and what consequences each of these return
codes has, in terms of what Apache does next.
(And also, where to find a commented list of the Apache "AH" er