|  
 
5.2.6 PythonInterpreter
Syntax:
PythonInterpreter name
Context:
server config, virtual host, directory, htaccess
 Override:
not None
 Module:
mod_python.c
 
Forces mod_python to use interpreter named name, overriding the
default behaviour or behaviour dictated by
PythonIterpPerDirectoryorPythonInterpPerDirectivedirective. 
This directive can be used to force execution that would normally
occur in different subinterpreters to run in the same one. When
pecified in the DocumentRoot, it forces the whole server to run in one
subinterpreter.
 
 
  See Also: 
    Section 4.1 Multiple Interpreters
    for more information
   
 |