[Answered ]-Django project crashes server when admin backend is accessed

1👍

https://forum.djangoproject.com/t/django-apache-deployment-not-working-as-intended/15800

I found the solution. Somehow during the whole setup, adding WSGIApplicationGroup %{GLOBAL} to the /etc/apache2/apache2.conf file was never recommended, at least not that I noticed, but it worked and all the admin functionality works on the virtual host through WSGI Daemon.

Hope this can help someone else.

Leave a comment