Configure Apache to recover from mod_python errors [duplicate]
问题 This question already has an answer here : Testing for mysterious load errors in python/django (1 answer) Closed 4 months ago . I am hosting a Django app on Apache using mod_python. Occasionally, I get some cryptic mod_python errors, usually of the ImportError variety, although not usually referring to the same module. The thing is, these seem to come up for a single forked subprocess, while the others operate fine, even when I force behavior that requires using the module that the problem