Wednesday, January 18, 2017

Install mod_wsgi with Apache on Centos 7

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

Followers

About Me

Torrance, CA, United States