My Articles
My personal articles on various aspects of using mod_python.
Basic Information
- Instructions on how to get a first test program to work with mod_python.
Explores the use of SetHandler and AddHandler to trigger response handlers.
- Describes how processes are used by Apache and interpreters by mod_python.
- Provides an introduction to the basics of the mod_python module importing system.
Basics Of Server Side Includes
- Provides a basic overview of the ability to use Python code in conjunction with SSI.
Problem Descriptions
- Describes various problems that exist with the mod_python module importing system.
- Describes the limitations on what data can be stored into a session object.
- Describes how problems with "expat" library versions can cause Apache to crash.
