Since you are already setting WSGIApplicationGroup, if you aren't using mod_php either, then read:
http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Debugging_Crashes_With_GDB and see if can get a stack trace. BTW, you don't need: WSGIRestrictStdin Off WSGIRestrictStdout Off That is default for mod_wsgi 3.0+. Graham On 19 November 2012 19:40, Milind <[email protected]> wrote: > [UPDATE] : > > I am sorry. I forgot to mention my versions. I should have appended my > httpd.conf file too. > I am running Apache 2.4, WSGI 3.4, and Python 2.7 on Ubuntu 12.10 Desktop. > > My httpd.conf file looks something like this[only relevant parts] > > WSGIDaemonProcess tindo user=ubuntu group=ubuntu processes=5 threads=1 > > WSGIProcessGroup tindo > > WSGIApplicationGroup %{GLOBAL} > WSGIRestrictStdin Off > WSGIRestrictStdout Off > > From my crazy debugging, what I gather is that the first two lines might > be the cause. But if I remove them, I get the NotImplementedError - gevent > usable only from single thread. gevent seems to go for toss. > Any help is greatly appreciated. > > Thanks, > Milind. > > On Monday, November 19, 2012 1:55:40 PM UTC+5:30, Milind wrote: >> >> I am close to getting Apache perfect. But when I try to login into my >> site, it redirects me back to the index page[due to my redirection,I >> think]. But the main issue that I see in the error_log file, is the >> Segmentation fault. >> >> *[Sun Nov 18 17:20:46.608034 2012] [core:notice] [pid 6021:tid >> 140296226637568] AH00052: child pid 6022 exit signal Segmentation fault (11) >> * >> * >> * >> I checked for multiple versions of Python. I just have Python2.7 >> installed. No mod_python module is configured on my system. >> Also, I checked whether it was happening due to pyexpat. It passes that >> test too. I referenced this link : http://code.google.com/p/** >> modwsgi/wiki/**IssuesWithExpatLibrary<http://code.google.com/p/modwsgi/wiki/IssuesWithExpatLibrary> >> >> I am pretty stuck here. Help, please. >> >> Thanks, >> Milind. >> > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/modwsgi/-/2hnCBxAF1OIJ. > > 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. > -- 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.
