|  
 
5.1.5 PythonAccessHandler
Syntax:
Python*Handler Syntax
Context:
server config, virtual host, directory, htaccess
 Override:
not None
 Module:
mod_python.c
 
This routine is called to check for any module-specific restrictions
placed upon the requested resource.
 
For example, this can be used to restrict access by IP number. To do
so, you would return HTTP_FORBIDDENor some such to indicate
that access is not allowed. 
 |