5.2.1 PythonInputFilter

Syntax: PythonInputFilter handler name
Context: server config
Module: mod_python.c

Registers an input filter handler under name name. Handler is a module name optionally followed :: and a callable object name. If callable object name is omited, it will default to "inputfilter". Name is the name under which the filter is registered, by convention filter names are usually in all caps.

To activate the filter, use the AddInputFilter directive.

What is this????