Python 在Mac OS上使用mod_wsgi连接Python与Apache服务器 一、安装mod_wsgi3.4:./configure--with-apxs=/Users/levin/dev/apache2.2.27/bin/apxs--with-python=/usr/bin/pythonmakemakeinstall编辑httpd.conf使Apache导入模块mod_wsgi.so以及引入vhost配置文件:LoadModulewsgi_modulemodules/mod_wsgi.soIncludeconf/extra/htt 系统 2019-09-27 17:37:36 2094