> On 3 Mar 2016, at 2:06 AM, Enrico Pollok <[email protected]> wrote:
>
> Hi,
> I have been trying to get Ubuntu+Apache+mod_wsgi+Django to run for a long
> time now and still haven't been succesful. It sems the url resolvement of
> Django does not work. I've detailed my setup here
> http://stackoverflow.com/questions/35750847/no-module-named-urls-no-response-with-django-mod-wsgi
> and would greatly appreciate help.
You already appear to have solved your issue already.
I would have suggested the:
WSGIApplicationGroup %{GLOBAL}
Certain Python packages, with matplotlib being one from memory, will not work
properly when used in Python sub interpreters. You therefore have to force it
to run in the main interpreter using that directive.
More information in:
http://modwsgi.readthedocs.org/en/develop/user-guides/application-issues.html#python-simplified-gil-state-api
<http://modwsgi.readthedocs.org/en/develop/user-guides/application-issues.html#python-simplified-gil-state-api>
Graham
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.