轻量级的网页服务器、反向代理服务器Nginx稳定版分支在10月1日发布了1.0.8版。Nginx起初是供俄国大型的门户网站及搜索引擎Rambler使用。Nginx特点是占有内存少,并发能力强。目前中国大陆使用Nginx的网站用户有:新浪、网易、腾讯等。
而在此前一天的9月30日,该软件才刚刚发布1.0.7版。本次更新主要是紧急修正了一个在缺乏某参数情况下无法编译的bug。
下载地址:
http://nginx.org/download/nginx-1.0.8.tar.gz(Linux)
zip?target="_blank">http://nginx.org/download/nginx-1.0.8.zip(Windows)
官方更新说明:
Changeswithnginx1.0.801Oct2011
*)Bugfix:nginxcouldnotbebuilt--with-http_mp4_moduleandwithout--with-debugoption.
Changeswithnginx1.0.730Sep2011
*)Change:nowiftotalsizeofallrangesisgreaterthansourceresponsesize,thennginxdisablesrangesandreturnsjustthesourceresponse.
*)Feature:the"max_ranges"directive.
*)Feature:themodulengx_http_mp4_module.
*)Feature:the"worker_aio_requests"directive.
*)Bugfix:ifnginxwasbuilt--with-file-aioitcouldnotberunonLinuxkernelwhichdidnotsupportAIO.
*)Bugfix:inLinuxAIOerrorprocessing.ThankstoHagaiAvrahami.
*)Bugfix:inLinuxAIOcombinedwithopen_file_cache.
*)Bugfix:open_file_cachedidnotupdatefileinfoonretestiffilewasnotatomicallychanged.
*)Bugfix:reducedmemoryconsumptionforlong-livedrequests.
*)Bugfix:inthe"proxy/fastcgi/scgi/uwsgi_ignore_client_abort"directives.
*)Bugfix:nginxcouldnotbebuiltonMacOSX10.7.
*)Bugfix:inthe"proxy/fastcgi/scgi/uwsgi_ignore_client_abort"directives.
*)Bugfix:requestbodymightbeprocessedincorrectlyifclientusedpipelining.
*)Bugfix:inthe"request_body_in_single_buf"directive.
*)Bugfix:in"proxy_set_body"and"proxy_pass_request_body"directivesifSSLconnectiontobackendwasused.
*)Bugfix:nginxhoggedCPUifallserversinanupstreamweremarkedas"down".
*)Bugfix:asegmentationfaultmightoccurduringreconfigurationifssl_session_cachewasdefinedbutnotusedinpreviousconfiguration.
*)Bugfix:asegmentationfaultmightoccurinaworkerprocessifmanybackupserverswereusedinanupstream.