Re: django1.6 with uwsgi and nginx on RHEL 7

2016-06-07 Thread Avraham Serour
you just ran on your first problem for not using virtualenvs, I do hope you won't run onto others, but in most cases it just means you aren't seeing the problems yet. On Tue, Jun 7, 2016 at 12:02 AM, Larry Martell wrote: > In general, yes, I agree. But in this cast the machine is dedicated to >

Re: django1.6 with uwsgi and nginx on RHEL 7

2016-06-06 Thread Larry Martell
In general, yes, I agree. But in this cast the machine is dedicated to just running that one app. On Mon, Jun 6, 2016 at 4:54 PM, Avraham Serour wrote: > you should use isolated virtual environments for each python project, don't > install packages on the system wide python, see > https://virtual

Re: django1.6 with uwsgi and nginx on RHEL 7

2016-06-06 Thread Avraham Serour
you should use isolated virtual environments for each python project, don't install packages on the system wide python, see https://virtualenv.pypa.io/en/stable/ On Mon, Jun 6, 2016 at 11:45 PM, Larry Martell wrote: > I figured this out - the problem turned out to be that the RHEL 7 > machine h

Re: django1.6 with uwsgi and nginx on RHEL 7

2016-06-06 Thread Larry Martell
I figured this out - the problem turned out to be that the RHEL 7 machine had django 1.6.0 whereas the RHEL 6 machine had 1.6.10. Once I installed 1.6.10 on the 7 machine all was well. On Mon, Jun 6, 2016 at 12:50 PM, Larry Martell wrote: > I have successfully deployed django1.6 with uwsgi and ng

django1.6 with uwsgi and nginx on RHEL 7

2016-06-06 Thread Larry Martell
I have successfully deployed django1.6 with uwsgi and nginx on RHEL6 but I cannot seem to get it working on RHEL7. I get Internal Server Error in the browser, and this in the uwsgi log: --- no python application found, check your startup logs for errors --- [pid: 10582|app: -1|req: -1/2] xx.xx.xx