ChinaUnix.net
相关文章推荐:

nginx uwgi python

哎,我配置nginx+FastCGI+php+python后出现这问题 ,求解哦 我不是偶尔出现这错误,是一直出现这错误哈 502 Bad Gateway -------------------------------------------------------------------------------- nginx/0.6.32 [ 本帖最后由 lhm0491 于 2008-7-24 13:15 编辑 ]

by lhm0491 - BSD - 2008-07-26 16:11:36 阅读(2179) 回复(3)

相关讨论

求freebsd7+nginx+python 的安装配置方法,Thanks! 我已经做了这两步 tar zxvf python-2.5.tar.gz cd python-2.5 ./configure make make install cd /usr/ports/www/py-django make install clean :wink: :em03: [ 本帖最后由 lhm0491 于 2008-7-16 12:50 编辑 ]

by lhm0491 - BSD - 2008-07-16 18:11:12 阅读(1903) 回复(6)

nginx+python 环境的搭建哦,难道python必须要CGI支持才行么? ------------------------------------------------------------------------------------------------------------ lighttpd.conf 问题半解决了,原来这个文件可以玩玩的,可以开其cgi md python md模块 还在测试,大家一起玩哈~ #### CGI module cgi.assign = ( ".pl" => "/usr/bin/perl", ".py" => "??????...

by lhm0491 - BSD - 2010-01-12 21:20:34 阅读(8033) 回复(7)

2008/09/03 08:10:28 [notice] 4197#0: using the "epoll" event method 2008/09/03 08:10:28 [notice] 4197#0: nginx/0.6.31 2008/09/03 08:10:28 [notice] 4197#0: built by gcc 3.4.6 20060404 (Red Hat 3.4.6-3) 2008/09/03 08:10:28 [notice] 4197#0: OS: Linux 2.6.9-42.EL 2008/09/03 08:10:28 [notice] 4197#0: sysctl(KERN_RTSIGMAX): 0 2008/09/03 08:10:28 [notice] 4197#0: getrlimit(RLIMIT_NOFILE): 65535:65535 200...

by sam.liu - 服务器应用 - 2008-11-20 15:40:28 阅读(8232) 回复(3)

nginx的负载均衡有哪些功能呢? * 如果后面的服务器其中一台坏了,它能自动识别,更牛的是它好了之后nginx可以马上识别 那么大虾知道这ngnix的这个功能使用那部分配置或文件实现的,基本原理是什么?

by andyhua12 - 服务器应用 - 2008-09-30 15:24:47 阅读(2454) 回复(8)

使用心得:nginx处理大并发比较稳定,特别省 内存 ,配置简单. 1.安装pythoncd /usr/ports/lang/python make install clean 2.安装flup cd /usr/ports/www/py-flup make install clean 3.安装 django 1) cd /usr/ports/www/py-django make install clean 4.安装 nginx cd /usr/ports/www/nginx make install clean 5.启动和管理flup的脚本 参考 http://www.djangoproject.com/documentation/fastcgi/ #!/bin/sh # Replace these thr...

by 剑心通明 - BSD文档中心 - 2008-03-23 20:44:48 阅读(1075) 回复(0)

nginx总结 目录 一、安装 2 A)一般安装 2 B)高级安装 2 二、基本命令 3 三、配置文件 3 A)配置文件解释 3 B)带监控模块的配置 4 C)虚拟主机的配置 5 五、事件模型介绍--I/O复用方法 7 A)标准事件模型 7 B)高效事件模型 7 六、关于LEMP的结构 8 A)Linux+nginx+Mysql+Php 8 B)其他结构 8 七、软件的平滑升级 10 A)简单修改配置文件 10 B)平滑升级二进制代码 11 八、相关的处理信号 12 A)主进程可以处理的信号 12 B)工作进...

by adu119 - 服务器应用 - 2008-01-31 18:29:41 阅读(9257) 回复(11)

Django on nginx 建议:FreeBSD RELENG_6 使用心得:nginx处理大并发比较稳定,特别省内存,配置简单. 1.安装python cd /usr/ports/lang/python make install clean 2.安装flup cd /usr/ports/www/py-flup make install clean 3.安装django 1) cd /usr/ports/www/py-django make install clean 4.安装nginx cd /usr/ports/www/nginx make install clean 5.启动和管理flup的脚本 参考 http://www.djangoproject.co...

by jinxofeng - Python文档中心 - 2007-12-28 10:52:39 阅读(1770) 回复(0)

好好学python,以后要养家吃饭的!!! 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/89259/showart_1885773.html

by mzlinux - Python文档中心 - 2009-03-31 11:10:31 阅读(1373) 回复(0)

www.okpython.com python中国 这里有教程

by xieaotian - Python - 2009-01-10 12:53:11 阅读(1629) 回复(0)