http://perl.apache.org/docs/2.0/user/handlers/http.html is your friend...

Authen is only called if there is a 'require' and AuthType/AuthName
directive,
Authz is only called if Authen is successful.

Thanks to you both, this does help a lot. In this particular case, I
was only interested in the fact whether these phases were run. Since
PerlAccessHandler and PerlFixupHandler both run, they must run too (I
was suspicious the order of the Apache request cycle or the names of
the mod_perl directives might have changed in 2.0 or something...).

But reading this does help me a great deal understanding mod_perl in
general. And yes, I too wonder why I had never done it in the past. :)

Martijn

Reply via email to