Nginx 1.7.11 發布,主要增加線程池,代理請求緩存等功能
nginx-1.7.11 開發版已經發布了,Nginx 1.7.11新特性:主要增加線程池,代理請求緩存等功能。
(1)AIO指令中的sendfile參數廢除,現在Nginx可以自動自動使用aio.
(2)實驗性的線程池支持。
(3)新的"proxy_request_buffering", "fastcgi_request_buffering", "scgi_request_buffering","uwsgi_request_buffering"指令。
(4)請求體過濾實驗性API.
(5)Mail Proxy中的客戶端SSL認證支持。(1)AIO指令中的sendfile參數廢除,現在Nginx可以自動自動使用aio.
(2)實驗性的線程池支持。
(3)新的"proxy_request_buffering", "fastcgi_request_buffering", "scgi_request_buffering","uwsgi_request_buffering"指令。
(4)請求體過濾實驗性API.
(6)當upstream塊中使用hash ... consistent時啟動速度加快。
(7)調試記錄可以存在循環的內存緩存中。及其他Bug修正。
詳情請看:
*) Change: the "sendfile" parameter of the "aio" directive is
deprecated; now nginx automatically uses AIO to pre-load data for
sendfile if both "aio" and "sendfile" directives are used.
*) Feature: experimental thread pools support.
*) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
"scgi_request_buffering", and "uwsgi_request_buffering" directives.
*) Feature: request body filters experimental API.
*) Feature: client SSL certificates support in mail proxy.
Thanks to Sven Peter, Franck Levionnois, and Filipe Da Silva.
*) Feature: startup speedup when using the "hash ... consistent"
directive in the upstream block.
Thanks to Wai Keen Woon.
*) Feature: debug logging into a cyclic memory buffer.
*) Bugfix: in hash table handling.
Thanks to Chris West.
*) Bugfix: in the "proxy_cache_revalidate" directive.
*) Bugfix: SSL connections might hang if deferred accept or the
"proxy_protocol" parameter of the "listen" directive were used.
Thanks to James Hamlin.
*) Bugfix: the $upstream_response_time variable might contain a wrong
value if the "image_filter" directive was used.
*) Bugfix: in integer overflow handling.
Thanks to Régis Leroy.
*) Bugfix: it was not possible to enable SSLv3 with LibreSSL.
*) Bugfix: the "ignoring stale global SSL error ... called a function
you should not call" alerts appeared in logs when using LibreSSL.
*) Bugfix: certificates specified by the "ssl_client_certificate" and
"ssl_trusted_certificate" directives were inadvertently used to
automatically construct certificate chains.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!