1.安装mod_ssl
yum -y install mod_ssl
2.安装mod_wsgi
yum -y install mod_wsgi
3.安装完成后,启动apache
centos6
service httpd start
centos7