Nginx Unit 1.7 发布,动态 Web 应用服务器

  

Nginx Unit 1.7 已发布,NGINX Unit 是一个动态的网络应用服务器,它的设计初衷就是可运行多种编程语言的。通过 API 可以轻巧、多面化地动态配置 Unit。当工程师或操作者有需要时,可以轻松重构服务器已适配特殊的应用参数。

更新内容:

  • Change: now rpath is set in Ruby module only if the library was not found in default search paths; this allows to meet packaging +       restrictions on some systems.

  • Bugfix: "disable_functions" and "disable_classes" PHP options set via Control API did not work.

  • Bugfix: Promises on request data in Node.js were not triggered.

  • Bugfix: various compatibility issues with Node.js applications.

  • Bugfix: a segmentation fault occurred in Node.js module if application tried to read request body after request.end() was called.

  • Bugfix: a segmentation fault occurred in Node.js module if application attempted to send header twice.

  • Bugfix: names of response header fields in Node.js module were erroneously treated as case-sensitive.

  • Bugfix: uncatched exceptions in Node.js were not logged.

  • Bugfix: global install of Node.js module from sources was broken on some systems; the bug had appeared in 1.6.

  • Bugfix: traceback for exceptions during initialization of Python applications might not be logged.

  • Bugfix: PHP module build failed if PHP interpreter was built with thread safety enabled.

发行地址:https://github.com/nginx/unit/releases/tag/1.7 

猜你喜欢

转载自www.oschina.net/news/102922/nginx-unit-1-7-released