Linked Questions

6 votes
5 answers
18k views

Issues running django and apache2/mod_wsgi. I keep getting 500 Internal Server Error. I have tried many combinations of fixes to which none have worked. Any help is greatly appreciated. This is my ...
Venor's user avatar
  • 347
5 votes
1 answer
6k views

I am trying to deploy my first Django project on my webserver. I am both new to server configuration and Django so I have a hard time finding my errors. In most tutorials I have seen online, the ...
hsvar's user avatar
  • 197
5 votes
1 answer
4k views

I can't seem to find a good answer to this. Who needs to own the virtualenv when running it as a WSGIDaemon? I assume on my OS (Ubuntu 16) www-data, but I want to be sure. Trying some new things to ...
user avatar
2 votes
1 answer
1k views

I'm trying to setup Django (Django 1.9.6) on Apache (Apache 2.4.10) in my vps (ubuntu server 15.04). I followed this guide: HERE Unfortunately when I try to visit my website, the server return this ...
big's user avatar
  • 73
0 votes
2 answers
2k views

I try to deploy my Django project to apache. But I getting an error 500response. And in logs I getting information that Django is missing. I'm using virtualenvto run this project. It's the first time ...
Mariusz Łaszewski's user avatar
2 votes
1 answer
1k views

I use Python 3.5 with virtualenv, and I'm trying connect it with mod_wsgi Exception occurred processing WSGI script '/home/myapp/my_app/my_app/wsgi.py'. Traceback (most recent call last): File "/home/...
mrsolupo's user avatar
  • 181
1 vote
2 answers
1k views

I am trying to deploy an existing django app that is running on my Ubuntu Server 14.04. Everything works on localhost from the server, but I have no idea how to link the server's IP address to the ...
M. Barbieri's user avatar
0 votes
2 answers
1k views

django return 500 internal server error (apache 2.4.10, ubuntu 15.04, django 1.9.6) apache log: [wsgi:warn] mod_wsgi: Compiled for Python/3.4.2. [wsgi:warn] mod_wsgi: Runtime using Python/3.4.3. [...
big's user avatar
  • 73
1 vote
0 answers
529 views

I am trying to set up Apache2 to use mod_wsgi to connect to Django. I have a local development server set up running apache2 to serve the majority of the files for the website. However, I wish to ...
Kieran Jennings's user avatar
0 votes
0 answers
479 views

The goal is to run Django in daemon mode on Apache via WSGI. I plan to run it on port 8000 to keep it separate from PHP files running at the root of server's URL (unless there's a better way to keep ...
OptimisticToaster's user avatar