2005/12/1, Afternoon <[EMAIL PROTECTED]>: > Have you tried adding PythonDebug On to your httpd.conf? Also, I'm > using SetHandler python-program, no idea if that makes any difference > though.
Yes, PythonDebug is On, and to increase verbosity LogLevel is set to value debug. For mod_python 3.1, it is preferred to use mod_python, as python-program is the old name (that is still supported). With mod_python 2.7 instead it is mandatory to use python-program.