Hello, sorry for short info. I was able to fix problem. mod_python was working on the same server but was compiled against version 2.4, so i just moved everything to wsgi and removed mod_python as documentation suggested. Thx for help.
2008/12/4 Graham Dumpleton <[EMAIL PROTECTED]> > > 2008/12/3 OverKrik <[EMAIL PROTECTED]>: > > > > Hello, i am trying to setup django with wsgi but have encountered some > > strange problems. Default applications works fine and output to > > browser, but as soon as i add > > > > import threading > > > > (for example), app starts to segfault. > > > > [Wed Dec 03 15:28:34 2008] [notice] child pid 3960 exit signal > > Segmentation fault (11) > > > > My LogLevel is set to debug but i can only see > > > > [Wed Dec 03 15:28:34 2008] [info] [client 89.178.157.xx] mod_wsgi > > (pid=3960, process='', application='xx.ru|'): Loading WSGI script '/ > > var/django/axion/axion.wsgi'. > > [Wed Dec 03 15:29:57 2008] [info] [client 91.76.127.xx] (104) > > Connection reset by peer: core_output_filter: writing data to the > > network > > [Wed Dec 03 15:29:57 2008] [info] [client 91.76.127.xx] (32)Broken > > pipe: core_output_filter: writing data to the network > > > > I use Python 2.5.2 and latest mod_wsgi compiled from source > > What operating system? > > What version of Apache? > > Which Apache MPM, prefork or worker? > > What is the configuration for mod_wsgi that you used in Apache > configuation files? Did you use WSGIPythonHome? > > Graham > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
