Re: Deploying django with Apache2 and mod-wsgi in ubuntu14.04

2017-08-03 Thread Antonis Christofides
Hi, It's not easy to know with certainty what has happened, but from the symptoms you describe it seems to me that most probably between Saturday and Monday something may have happened (such as a change of the system's IP address) that means that Apache isn't resolving it to the appropriate "virtu

Re: Deploying django with Apache2 and mod-wsgi in ubuntu14.04

2017-08-03 Thread Thiago Luiz Parolin
I am using django and apache in a debian 8 and 9 server and everything is working fine. Firstly, don't use /var/www/html for python files. In my server, we have a ordinary user that host python files in his home dir. I will try enumerate some steps used in one of my projects: - with your ordina

Deploying django with Apache2 and mod-wsgi in ubuntu14.04

2017-08-03 Thread surajit mishra
I have developed a project (named pubnet) in django and is trying deploy it on production server(currently my ubuntu 14.04 machine for user testing). The project did work on built-in django server during development but on deploying, it fails to work. All it displays is the apache index.html pag