[mod_python] Child process init handler

Michael C. Neel neel at mediapulse.com
Tue Jan 27 11:55:22 EST 2004


What I want to do:

	Run some initialization code when Apache spawns the child
process.  I do not want to call this handler for every request, but I do
want to have access to the configuration, specifically PythonOptions

In looking though the docs, I'm not sure PythonInitHandler works this
way, and PythonImport may not be able to access the PythonOption
directives.  Is there something I'm overlooking?

Mike



More information about the Mod_python mailing list