Control Web Panel

WebPanel => How to => Topic started by: reza98 on August 19, 2018, 02:09:50 PM

Title: Python mod_wsgi
Post by: reza98 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?
Title: Re: Python mod_wsgi
Post by: Jesrat 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
Title: Re: Python mod_wsgi
Post by: miker 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?