search for: django_and_nginx

Displaying 3 results from an estimated 3 matches for "django_and_nginx".

2017 Dec 05
2
upgrading python
...documentation "How to use Django with Apache and mod_wsgi"? is excellent: https://docs.djangoproject.com/en/1.11/howto/deployment/wsgi/modwsgi/ There is also a similar setup for NGINX on readthedocs (which I assume will also work): http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html For the rest: Google is your friend, you'll find lots of information on each of these topics. Good luck! Marc -- Marc Gouw Software Engineer Gibson Team EMBL Heidelberg
2017 Dec 05
0
upgrading python
...o use > Django with Apache and mod_wsgi" is excellent: > https://docs.djangoproject.com/en/1.11/howto/deployment/wsgi/modwsgi/ > > There is also a similar setup for NGINX on readthedocs (which I assume will > also work): > http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html > > For the rest: Google is your friend, you'll find lots of information on each > of these topics. This is a very mature app that we have deployed in many sites. The older sites run CentOS 6 and use apache and modwsgi. The newer sites run CentOS 7 and use nginx and uWSGI. So we...
2017 Dec 05
2
upgrading python
On Tue, Dec 5, 2017 at 8:16 AM, Kai Grunau <kgrunau at geomar.de> wrote: > On 05.12.2017 14:05, Larry Martell wrote: >> >> I am running CentOS 7 and I have python version: >> >> Python 2.7.5 (default, Sep 15 2016, 22:37:39) >> >> I need a newer version of 2.7 to pick up a bug fix. How can I do that >> (without breaking anything in CentOS)? >