mod_wsgiApache 的 WSGI 模块
mod_wsgi 是一个 Apache 模块,实现了 Python WSGI 接口服务。要求 Apache 2.0, 2.2 或者 2.4;Python 2.6+ 或者 Python 3.3+
安装:
./configure --with-apxs=/usr/local/apache/bin/apxs \ --with-python=/usr/local/bin/python
模块加载:
LoadModule wsgi_module modules/mod_wsgi.so
评论