centos 安装mod_wsgi

如果自定义升级过了python到2.7
#./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/local/python27/bin/python2.7
如果是默认python:
#./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/bin/python2.6
#make
#make install
根据提示执行#chmod 755 /usr/lib64/httpd/modules/mod_wsgi.so
 
附件:
https://app.yinxiang.com/shard/s41/res/15cc3461-cc91-4a90-a1a5-82892f9c416d/mod_wsgi-3.5.tar.gz
原文地址:https://www.cnblogs.com/biboxie/p/4233344.html