Apache processes requests in phases. A handler is a function that processes one phase. Mod_python provides every possible handler to Apache.
PythonHandler
The most basic handler is the main request handler, available in mod_python as PythonHandler. Many applications will only provide this one handler.