Author Topic: Python mod_wsgi  (Read 7372 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Python mod_wsgi
« on: August 19, 2018, 02:09:50 PM »
How to install mod_wsgi in CWP? I want to install mod_wsgi from the terminal but it has a dependency on httpd-devel ? would there be a problem with CWP apache configuration if I install httpd-devel?

Offline
*
Re: Python mod_wsgi
« Reply #1 on: February 16, 2019, 05:30:15 PM »
if you want to run django you better use gunicorn with socket then edit ngins host file to proxy by unix socket

Offline
*
Re: Python mod_wsgi
« Reply #2 on: June 08, 2019, 12:19:16 PM »
Can anyone else suggest anything else for running mod_wsgi please?

As OP mentions installing the mod_wsgi installs httpd and breaks everything.

Are there any plans to support WSGI through CWP?