Why can't my mod_wsgi module find "libpython3.7m.so.1.0" even though it exists? – Apache
I'm using CentOS 7, Apache 2.4 with Python 3.7 band mod_wsgi 4.6.5. I'm trying to install mod_wsgi with Apache. I created the file, /etc/httpd/conf.modules.d/10-wsgi.conf, which contains the contents LoadModule wsgi_module /usr/lib64/httpd/modules/mod_wsgi.so But when I attempt to load Apache, it dies…