I see a couple of tutorials mentioning the Gate Interface specific to python3.6 for Ubuntu -- libapache2-mod-wsgi-py3
as opposed to just mod_wsgi
in RHEL's case.
Should i be worrying about looking for specific python package on redhat or will just the module do for httpd
-hosting Django? Asking because i can't quite find a similar "python36-mod_wsgi" package with yum
:
[me@myserver modules]$ sudo yum list available | grep mod_wsgi
mod_wsgi-debuginfo.x86_64 3.4-18.el7 rhel-x86_64-server-7-debuginfo
[me@myserver modules]$
Thanks a ton, new to RHEL.