• 授权协议:Apache
  • 开发厂商:-
  • 软件语言:C/C++
  • 更新日期:2017-03-10
mod_wsgi

mod_wsgi 是一个 Apache 模块,实现了 Python WSGI 接口服务。要求Apache 2.0, 2.2 或者 2.4;Python 2.6+ 或者 Python 3.3+

mod_wsgi Apache 的 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

mod_wsgi Apache 的 WSGI 模块 评论内容