Install mod_wsgi
(as root)
# yum install mod_wsgi
Now Edit the Apache configuration file to load the module
vi /etc/httpd/conf/httpd.conf
add the line (after the commented LoadModule example)
LoadModule wsgi_module modules/mod_wsgi.so
apachectl restart
or
systemctl restart httpd
No comments:
Post a Comment