Syntax:
Python*Handler Syntax
Context:
server config, virtual host
Override:
not None
Module:
mod_python.c
This handler gives allows for an opportunity to translate the URI into an actual filename, before the server's default rules (Alias directives and the like) are followed.
<Directory>
, <Location>
, <File>
directives or
in an .htaccess file. The only place this can be specified is
the main configuration file, and the code for it will execute in the
main interpreter.