The Django documentation <https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/> tell me to put
WSGIScriptAlias / /path/to/mysite.com/mysite/wsgi.py WSGIPythonPath /path/to/mysite.com <Directory /path/to/mysite.com/mysite> <Files wsgi.py> Require all granted </Files> </Directory> Into the httpd.conf-file. Such a file doesn't exist on Ubuntu. Where does it go? (I also posted this question to stackexchange but didn't get an answer over there: http://unix.stackexchange.com/questions/215179/where-do-i-put-the-information-for-django-in-apache2-in-ubuntu) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/42dfb499-c5ee-433d-ab6a-49b03ddb5d75%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.