Syntax:
Python*Handler Syntax
Context:
server config, virtual host, directory, htaccess
Override:
not None
Module:
mod_python.c
This routine is called to perform any module-specific fixing of header fields, et cetera. It is invoked just before any content-handler.
Where multiple handlers are specified, if any handler in the sequence
returns a value other than apache.OK
or apache.DECLINED
, then
execution of all subsequent handlers for this phase are aborted.