Expat Causing Apache Crash Copyright © Graham Dumpleton This article describes problems caused due to mismatches in the version of the "expat" library embedded into Python and that linked into Apache. Where incompatible versions are used, Apache can crash as soon as any Python code module imports the "pyexpat" module. The Dreaded Segmentation Fault Often when a new user to mod_python starts to mo