|  
 
5.2.10 PythonOption
Syntax:
PythonOption key value
Context:
server config, virtual host, directory, htaccess
 Override:
not None
 Module:
mod_python.c
 
Assigns a key value pair to a table that can be later retrieved by the
req.get_options()function. This is useful to pass information
between the apache configuration files (httpd.conf,
.htaccess, etc) and the Python programs. 
 | What is this???? 
 |