Windows下Apache+mod_python+Django配置
分类:
编程语言 时间:
2014-10-09 14:34:34
阅读次数:
220
一,安装 mod_wsgisudo apt-get installapache2-threaded-devsudo apt-get install apache2 libapache2-mod-wsgidjango 最新版已经不支持mod_python,所以mod_wsgi是最好的选择增加apach...
分类:
编程语言 时间:
2014-08-28 21:06:46
阅读次数:
282
二、mod_python
1.性能
使用mod_python的主要优势在于比传统CGI更高的性能。
一个测试,使用在Pentium
1.2GHz的机器上运行Red Hat Linux 7.3。使用4种类型的脚本,基于标准的CGI导入模块(以典型的Python
CGI脚本开始),然后输出'Hello!',测试10000次请求作为基准。
标准CGI:...
分类:
编程语言 时间:
2014-06-18 00:31:40
阅读次数:
408
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 Netw...
分类:
编程语言 时间:
2014-05-15 02:12:12
阅读次数:
390
mod_python: the long story - Grisha
TrubetskoyMod_python: The Long StoryOct 25th, 2013 | CommentsThis story started
back in 1996. I was in my early tw...
分类:
编程语言 时间:
2014-05-15 01:46:29
阅读次数:
393
Mod_Python中文文档mod_python中文文档
分类:
编程语言 时间:
2014-05-14 23:31:11
阅读次数:
346
3.1 Installing mod_pythonTo install mod_python,
we simply run:yum install mod_python3.2 Configuring ApacheNow we must configure
Apache so that it can ...
分类:
编程语言 时间:
2014-04-28 04:52:46
阅读次数:
735