内容简介:OpenResty 1.11.2.5 已发布,Version 1.11.2.5 部分更新内容如下: feature: applied a patch to the nginx core to make the nginx variable $proxy_add_x_forwarded_for accessible on Lua land. thanks ...
OpenResty 1.11.2.5 已发布,Version 1.11.2.5 部分更新内容如下:
feature: applied a patch to the nginx core to make the nginx variable
$proxy_add_x_forwarded_foraccessible on Lua land. thanks spacewander for the patch.feature: added the balancer-status-code patch to the nginx core to allow returning arbitrary HTTP status codes inside upstream balancers. thanks Datong Sun for the patch.
feature: we now search LuaJIT bytecode files
*.ljbcbefore Lua source files*.luain the default Lua module search paths.feature: applied the intercept-error-log patch to the nginx core to provide 3rd-party modules a hook to intercept nginx error log data without touching files. 3rd-party modules can register a custom interception hook to
ngx_http_core_main_conf_t.intercept_log_handler. thanks Yuansheng Wang for the patch.feature:
./configure: the user flags specified by the--with-luajit-xcflags=FLAGSoption are not appended to the default flags instead of being prepended. thanks spacewander for the report.feature: applied a small patch to the nginx core to add support for the "privileged agent" process which is run by the same system account as the master. thanks Yuansheng Wang for the patch.
下载地址:
OpenResty (也称为 ngx_openresty)是一个全功能的 Web 应用服务器。它打包了标准的 Nginx 核心,很多的常用的第三方模块,以及它们的大多数依赖项。
通过众多进行良好设计的 Nginx 模块,OpenResty 有效地把 Nginx 服务器转变为一个强大的 Web 应用服务器,基于它开发人员可以使用 Lua 编程语言对 Nginx 核心以及现有的各种 Nginx C 模块进行脚本编程,构建出可以处理一万以上并发请求的极端高性能的 Web 应用。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- [应用服务器]掌握Tomcat应用服务器只需一分钟
- 各种Java应用服务器对比
- 服务器设计方案之应用限流
- 无服务器架构的发展与应用
- Web服务器、应用程序服务器、HTTP服务器区别
- OTP-19.3 发布,Erlang 应用服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
Frank.M.Carrano / 金名 / 清华大学出版社 / 2007-11 / 98.00元
“数据结构”是计算机专业的基础与核心课程之一,Java是现今一种热门的语言。本书在编写过程中特别考虑到了面向对象程序设计(OOP)的思想与Java语言的特性。它不是从基于另一种程序设计语言的数据结构教材简单地“改编”而来的,因此在数据结构的实现上更加“地道”地运用了Java语言,并且自始至终强调以面向对象的方式来思考、分析和解决问题。 本书是为数据结构入门课程(通常课号是CS-2)而编写的教......一起来看看 《数据结构与算法分析》 这本书的介绍吧!