Syntax:
Python*Handler Syntax
Context:
server config, virtual host, directory, htaccess
Override:
not None
Module:
mod_python.c
This handler runs after AuthenHandler and is intended for checking whether a user is allowed to access a particular resource. But more often than not it is done right in the AuthenHandler.
Where multiple handlers are specified, if any handler in the sequence
returns a value other than apache.DECLINED
, then execution of all
subsequent handlers for this phase are aborted.