-
NginxChsHttpCoreModule控制NginxHTTP进程的核心属性.alias语法:aliasfile-path|directory-path;默认值:no作用域:location该指令设置指定location使用的路径.注意它跟root相似,但是不改变文件的根路径,仅仅是使用文件系统路径比如:location /i/{ alias&ntanghaiwei 时间:10-04 + 阅读全文
-
Nginx Chs Http Events Module摘要设置Nginx处理连接请求指令 accept_mutexSyntax:accept_mutex[on|off]Default:onnginx使用连接互斥锁进行顺序的accept()系统调用.accept_mutex_delaySyntax:accept_mutex_delayNms;Default:500ms如果一个进程tanghaiwei 时间:10-04 + 阅读全文
-
Nginx Main Module这里是控制Nginx的基本功能的指令.指令[#daemondaemon][#debug_pointsdebug_points][#error_logerror_log][#includeinclude][#lock_filelock_file][#master_processmaster_process][#pidpid][#ssl_enginessl_entanghaiwei 时间:10-04 + 阅读全文
-
国内使用Nginx 运行静态HTML页、图片、FLV视频的网站1、网易新闻(http://news.163.com/):nginx/0.6.31[root@new-host~]#curl–headhttp://news.163.com/HTTP/1.0200OKServer:nginx/0.6.31Date:Wed,18Jun200801:17:04GMTContent-Type:text/html;charset=GBtanghaiwei 时间:09-30 + 阅读全文
-
国内使用Nginx 作反向代理、规则过滤的网站1、新浪博客(http://blog.sina.com.cn/):nginx/0.5.35[root@new-host~]#curl–headhttp://blog.sina.com.cn/HTTP/1.1200OKServer:nginx/0.5.35Date:Wed,18Jun200801:18:50GMTContent-Type:text/htmlContanghaiwei 时间:09-30 + 阅读全文
-
国内使用Nginx 运行PHP(FastCGI) 程序的网站1、六间房视频(http://www.6.cn/):nginx/0.6.14+PHP[root@new-host~]#curl–headhttp://6.cn/reg.phpHTTP/1.0200OKServer:nginx/0.6.14Date:Wed,18Jun200800:58:20GMTContent-Type:text/htmlVary:Accetanghaiwei 时间:09-30 + 阅读全文
-
2009年Nginx跃居全球前五大WEB服务器根据Netcraft在2009年5月发布的统计报告,Nginx成为全球第五大Web服务器。一共有235,890,526个网站或者代理服务器使用了Nginx提供服务。最近一个月就新增4百30万使用Nginx的网站。截止2009年5月全球前五的Web服务器分别为:Apache市场占有率 45.95%Microsoft市场占有率29.27%QQ.com市场占有率tanghaiwei 时间:09-30 + 阅读全文
-
nginx 0.8.17 新版发布nginx(发音同enginex)是一款轻量级的Web服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like协议下发行。由俄罗斯的程序设计师IgorSysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.目前中国大陆tanghaiwei 时间:09-30 + 阅读全文
-
【转】 nginx 502 bad gateway 错误的原因及几个可能性NGINX502BadGateway错误是FastCGI有问题,造成NGINX502错误的可能性比较多。将网上找到的一些和502BadGateway错误有关的问题和排查方法列一下,先从FastCGI配置入手:1.FastCGI进程是否已经启动2.FastCGIworker进程数是否不够运行netstat-anpo|grep“php-cgi”|wc-l判断是x-comet 时间:09-10 + 阅读全文