nginx是由俄罗斯程序员Igor Sysoev开发的一款轻量级网页服务器、反向代理服务器以及电子邮件(IMAP/POP3)代理服务器。Nginx具备高稳定性、功能集丰富、示例配置文件和消耗系统资源低等等优点,受到了很多人的喜欢。

Nginx

启动

绿色文件,无须安装,直接即可启动。

据我所知,3种启动途径,其实都类似:

一、知识兔双击nginx.exe图标,可见黑窗口一闪而过,启动完毕。

二、命令行到nginx目录,知识兔输入nginx启动。(注,此方式命令行窗口无任何提示,且被锁定)

三、命令行到nginx目录,知识兔输入start nginx启动,此方式不锁定

启动后,默认情况下(无修改配置),可见到有两个nginx的进程,一个是master process,一个是worker processes。

更新日志

Nginx 1.7.7 发布了,下载体验:

改进记录包括:

*) Change: now nginx takes into account the “Vary” header line in a

backend response while caching.

*) Feature: the “proxy_force_ranges”, “fastcgi_force_ranges”,

“scgi_force_ranges”, and “uwsgi_force_ranges” directives.

*) Feature: the “proxy_limit_rate”, “fastcgi_limit_rate”,

“scgi_limit_rate”, and “uwsgi_limit_rate” directives.

*) Feature: the “Vary” parameter of the “proxy_ignore_headers”,

“fastcgi_ignore_headers”, “scgi_ignore_headers”, and

“uwsgi_ignore_headers” directives.

*) Bugfix: the last part of a response received from a backend with

unbufferred proxy might not be sent to a client if “gzip” or “gunzip”

directives were used.

*) Bugfix: in the “proxy_cache_revalidate” directive.

Thanks to Piotr Sikora.

*) Bugfix: in error handling.

Thanks to Yichun Zhang and Daniil Bondarev.

*) Bugfix: in the “proxy_next_upstream_tries” and

“proxy_next_upstream_timeout” directives.

Thanks to Feng Gu.

*) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc.

Thanks to Kouhei Sutou.

web服务器Nginx发布1.6.2。2014-09-16。上个版本2014-08-05的1.6.1 遗留稳定版1.4.7/1.2.9/1.0.15.开发版1.7.5 修正了一个SSL相关的安全漏洞(CVE-2014-3616),知识兔以及两个DNS可能导致请求挂起Bug(1.5.8引入)。

nginx开发团队还同步发布了nginx 1.7.0主线版本,新特性如下:

后端SSL证书验证

当使用SSL后端时,知识兔支持SNI(服务器名称标识符)


下载仅供下载体验和测试学习,不得商用和正当使用。

下载体验

请输入密码查看内容!

如何获取密码?

 

点击下载

分类:计算机