dmarkow wrote: > Here is my log from when I restart Apache. The last line is when I > attempt to load the page (using the same VHost config Dawe posted). > > [Thu Dec 07 13:09:08 2006] [notice] SIGHUP received. Attempting to > restart > [Thu Dec 07 13:09:08 2006] [notice] mod_python: Creating 8 session > mutexes based on 256 max processes and 0 max threads. > [Thu Dec 07 13:09:08 2006] [notice] mod_python: using mutex_directory > /tmp > [Thu Dec 07 13:09:08 2006] [notice] Apache/2.2.3 (Unix) mod_ssl/2.2.3 > OpenSSL/0.9.8b DAV/2 PHP/5.2.0 mod_python/3.2.10 Python/2.4.4c1 > configured -- resuming normal operations > [Thu Dec 07 13:09:49 2006] [notice] child pid 4064 exit signal > Segmentation fault (11)
Crashes like this generally result from mismatches in shared library versions. The culprits are generally expat or MySQL. For expat see: http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash For MySQL, note comments in: http://www.modpython.org/FAQ/faqw.py?req=show&file=faq02.013.htp Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
