On 24/02/2009, at 9:37 PM, cropr wrote: > > I am trying to setup mod_wsgi + Pylons on my deployment server (a > CentOS 5.2 machine), but I get this error message in the apache log > files > > [Tue Feb 24 11:24:32 2009] [notice] child pid 12226 exit signal > Segmentation fault (11) > > a standard wsgi test programs works fine.
I had to disable mod_cache to avoid a clash between it and sqlite causing Apache to segfault. You may want to try this first to make sure you aren't being hit by the same problem. Refs: http://www.mail-archive.com/[email protected]/msg34866.html http://oss.itsystementwicklung.de/trac/pysqlite/ticket/146 Cheers, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
