ChinaUnix.net
相关文章推荐:

nginx配置文件详解

1.请问nginx配置文件语法在哪里有文档,google过实在找不到 2.判断一个变量值是否为空怎样写 if (-X $http_YYYY) { // 这里的X选项应该是什么? }

by Sam1860 - 服务器应用 - 2008-12-20 18:43:26 阅读(3664) 回复(1)

相关讨论

location / { root /cygdrive/d/phpdoc/; index index.html index.htm index.php; 如果你网站文件目录是 到d:/phpdoc/ 要将配置文件写成 root /cygdrive/d/phpdoc/;

by unixyeah - PHP - 2008-12-28 20:11:46 阅读(4376) 回复(3)
by zhht - BSD - 2008-12-04 15:09:49 阅读(2084) 回复(5)

通过 nginx , 用户访问我的域名能转向到另外一台服务器了, 但是,,能不能做个目录的反向代理呢 80 访问 比如说用户访问 199.look333.com/139 这样,就解释到 59.102.105.139/web 443 访问 用户访问 https://199.look333.com/140 这样,就解释到 https://59.102.105.140/web [root@ conf]# more nginx.conf worker_processes 1; error_log /var/log/nginx/error.log; #error_log /var/log/nginx/error....

by kasaku - 服务器应用 - 2009-02-12 17:30:38 阅读(2875) 回复(0)

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 阅读(8215) 回复(3)

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

by andyhua12 - 服务器应用 - 2008-09-30 15:24:47 阅读(2452) 回复(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 阅读(1073) 回复(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 阅读(9255) 回复(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 阅读(1767) 回复(0)

目前我是squid+apache 感觉nginx跑 php不稳定 但是自己又跑CMS nginx性能贼强 考虑以后 想用nginx+apache 实现静动分离 关键不知道squid能不能和nginx 占资源少 也能支撑大并发 ? CMS+DZ论坛 看大家的意见了

by 啊泰 - 服务器应用 - 2009-02-08 16:26:36 阅读(4049) 回复(2)