5.3.1 PythonConnectionHandler

Syntax: PythonConnectionHandler handler
Context: server config
Module: mod_python.c

Specifies that the connection should be handled with handler connection handler. Handler will be passed a single argument - the connection object.

Handler is a module name optionally followed :: and a callable object name. If callable object name is omitted, it will default to "connectionhandler".