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.


CategoryExamples

WritingCustomHandlers (last edited 2009-09-20 22:14:38 by localhost)