WSGIApplicationGroup %{GLOBAL}
The issue you might be hitting is a third party C extension module for
Python being used not being safe to use in a sub interpreter.
http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API
Other options are that you have mod_python loaded at same time and it
is trying to use conflicting Python version.
Graham
> --
> 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/-/61ZVdWeQj-IJ.
> To post to this group, send email to mod...@googlegroups.com.
> To unsubscribe from this group, send email to
> modwsgi+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.
If you are only running the one Django site, try setting in VirtualHost:WSGIApplicationGroup %{GLOBAL}
The issue you might be hitting is a third party C extension module for
Python being used not being safe to use in a sub interpreter.http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API
Other options are that you have mod_python loaded at same time and it
is trying to use conflicting Python version.Graham
In your output you have:
'mod_wsgi.application_group': 'wsgi.djangoserver|',
This shows that for that example at least WSGIApplicationGroup was not
set to %{GLOBAL} as directed.
If you are only running the one app, you should set application group
to the main interpreter using that regardless of whether using
embedded or daemon, it is the safest thing to do.
Graham
> --
> 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/-/XbOeqzT4aTYJ.