mod_python问题

windows环境下CGI需要mod_python支持

在网上搜了一下,发现mod_python已经停止维护了,而替代他的是mod_wsgi

http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi

找到对应版本

下载解压后得到mod_wsgi.so,然后扔到apache的modules目录就可以了。

在apache的conf文件中加入:

LoadModule wsgi_module modules/mod_wsgi.so

搞定~

时间: 2024-10-21 12:21:02

mod_python问题的相关文章

fedora安装mod_python

3.1 Installing mod_python To install mod_python, we simply run: yum install mod_python 3.2 Configuring Apache Now we must configure Apache so that it can handle Python files. There are two ways of doing so. The first (and default) one is to use the P

apache+mod_python的安装与配置

mod_python 官方文档http://man.chinaunix.net/develop/python/mod_python/mod_python.html#head-01446942c92586f093e306c35be7c6b3bb2cb0c5   mod_python 官方文档http://man.chinaunix.net/develop/python/mod_python/mod_python.html#head-01446942c92586f093e306c35be7c6b3b

python、mod_python、apache配置

环境: Python 2.6.6 mod_python-3.3.1 注意:在对mod_python-3.3.1 make之前修改 somedir+/src/connobject.c的142行 vim /usr/local/mod_python-3.3.1/src/connobject.c +142 将!(b == APR_BRIGADE_SENTINEL(b) 修改为!(b == APR_BRIGADE_SENTINEL(bb) 然后在进行make(编译) 安装apache tar zxvf h

mod_python模块安装

两.mod_python 1.性能 使用mod_python的主要优势在于比传统CGI更高的性能. 一个測试,使用在Pentium 1.2GHz的机器上执行Red Hat Linux 7.3.使用4种类型的脚本.基于标准的CGI导入模块(以典型的Python CGI脚本開始),然后输出'Hello!',測试10000次请求作为基准. 标准CGI: 23 次请求/秒 mod_python CGI处理器: 385 次请求/秒 mod_python 公布处理器: 476 次请求/秒 mod_pytho

mod_python模块安装使用

二.mod_python 1.性能 使用mod_python的主要优势在于比传统CGI更高的性能. 一个测试,使用在Pentium 1.2GHz的机器上运行Red Hat Linux 7.3.使用4种类型的脚本,基于标准的CGI导入模块(以典型的Python CGI脚本开始),然后输出'Hello!',测试10000次请求作为基准. 标准CGI: 23 次请求/秒 mod_python CGI处理器: 385 次请求/秒 mod_python 发布处理器: 476 次请求/秒 mod_pytho

Mod_Python中文文档

Mod_Python中文文档 mod_python中文文档Mod_Python中文文档,布布扣,bubuko.com

apache mod_python 安装

环境:Linux 2.6.32-431.23.3.el6.i686 1.安装python wget http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz tar zxf Python-2.7.1.tgz ./configure --prefix=/usr/local/services/Python-2.7.1makemake install 2.安装httpd(apache) http://down1.chinaunix.net/dist

Mod_python: The Long Story

mod_python: the long story - Grisha Trubetskoy Mod_python: The Long Story Oct 25th, 2013 | Comments This story started back in 1996. I was in my early twenties, working as a programmer at a small company specializing in on-line reporting of certain p

python-web apache mod_python 模块的安装

安装apache 下载mod_python 编译安装 测试 下载mod_python,下载地址:mod_python 在GitHub 上面, 下载之后:目录结构如下: 安装依赖: #查找可安装的依赖 yum search python | grep python-devel # 安装python依赖 sudo yum install python-devel.x86_64 编译安装,执行下面命令: # 我的apache安装路径是 /usr/local/apache2 sudo ./configu

Difference Between Mod_Python & Mod_Wsgi | eHow

Difference Between Mod_Python & Mod_Wsgi | eHow    x    YES    NO    Why not?    Thanks for helping us to make eHow better for everyone.        eHow        Computers        Computer Networking        Internet Networking        Difference Between Mod_