So, I followed this tutorial on Ubuntu 14.04 http://jee-appy.blogspot.in/2015/04/deploy-django-project-on-apache-using.html Only thing I changed is instead of his example repository,I have used mine. And I was getting error
Not Found The requested URL / was not found on this server.
Then, I edited my myproject.conf file Change made - WSGIScriptAlias /myproject /var/www/myproject.wsgi So, I'm having output Index of/ then directory and file name. it's not interpreting my python files.
Had the same issue and I modified my wsgi file to look like this:
Hope this helps