Displaying 3 results from an estimated 3 matches for "modwsgi".
Did you mean:
mod_wsgi
2017 Dec 05
2
upgrading python
...of python +
different collections of packages all living happily side by side on the
same machine.
Regarding the setup with uWSGI + NGINX, the Django 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...
2017 Dec 05
0
upgrading python
...t collections of
> packages all living happily side by side on the same machine.
>
> Regarding the setup with uWSGI + NGINX, the Django 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.
T...
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)?
>