Web 服務器 Nginx 1.2.3 發布,支持 Clang 編譯器
Nginx(發音同 engine x)是一款輕量級的Web 服務器/反向代理服務器及電子郵件(IMAP/POP3)代理服務器,并在一個BSD-like 協議下發行。由俄羅斯的程序設計師Igor Sysoev所開發,最初供俄國大型的入口網站及搜尋引擎Rambler(俄文:Рамблер)使用。
Nginx 發布最新穩定版 1.2.3 ,下載地址:
nginx-1.3.4 , nginx/Windows-1.3.4
新版本改進內容包括:
1. 支持 clang 編譯器(Clang 是一個 C++ 編寫、基于 LLVM、發布于 LLVM BSD 許可證下的 C/C++/Objective C/Objective C++ 編譯器,其目標(之一)就是超越 GCC。)
2. Bugfix: 可能會創建額外的偵聽套接字
3. Bugfix: 如果 worker 進程啟動失敗,nginx/Windows 可一直占用 CPU
4. Bugfix: "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" 指令可能存在錯誤的繼承
5. Bugfix: trailing dot in a source value was not ignored if the "map" directive was used with the "hostnames" parameter.
6. Bugfix: incorrect location might be used to process a request if a URI was changed via a "rewrite" directive before an internal redirect to a named location.