What is the package name for python3 mod_wsgi on Centos 7?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
sudo -i
echo “LoadModule wsgi_module [path-to-your-virtual-environment]/lib/python3.4/site-packages/mod_wsgi/server/mod_wsgi-py34.cpython-34m.so” > /etc/httpd/conf.modules.d/00-wsgi.conf
exit
sudo systemctl restart httpd