django, wsgi, apache: error 500
The problem Apache gives an error 500 (internal server error) when trying to access website running django 1.9 using wsgi based on the tutorial given at https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-ubuntu-14-04. Running the server using the developmental server (manage.py runserver) works fine. Looking in the apache error log reveals: [stuff] mod_wsgi (pid=20304): Target WSGI script ‘/django/XY_django/XY/XY/wsgi.py’ cannot be loaded…
Continue Reading