0
点赞
收藏
分享

微信扫一扫

openresty概述及Lua语言的嵌入


登录​​http://openresty.org/cn/​​,了解openresty ,并下载其对应的版本

openresty概述及Lua语言的嵌入_负载均衡

openresty的主要组成部分

openresty概述及Lua语言的嵌入_运行机制_02

下载好软件包后,解压缩,查看软件包有哪几部分组成,

所有的模块都在buddle文件夹下 

openresty概述及Lua语言的嵌入_运行机制_03

 openresty的运行机制

openresty概述及Lua语言的嵌入_运行机制_04

openresty中的SDK

openresty概述及Lua语言的嵌入_lua_05

openresty的使用要点

openresty概述及Lua语言的嵌入_运行机制_06

 Lua代码嵌入指令

openresty概述及Lua语言的嵌入_运行机制_07

在nginx启动过程中嵌入Lua代码

openresty概述及Lua语言的嵌入_负载均衡_08

在11个HTTP阶段中嵌入Lua代码

openresty概述及Lua语言的嵌入_lua_09

控制rewrite/access是否延迟执行Lua代码

openresty概述及Lua语言的嵌入_负载均衡_10

在过滤响应、负载均衡时嵌入Lua代码

openresty概述及Lua语言的嵌入_运行机制_11

在Openssl处理SSL协议时嵌入Lua代码

openresty概述及Lua语言的嵌入_运行机制_12

在Lua代码中获取当前阶段

openresty概述及Lua语言的嵌入_负载均衡_13

 

 

 

 

举报

相关推荐

0 条评论