E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
subrequest
微服务系列文章 之 nginx日志配置指令详解
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
Coder_Boy_
·
2023-07-16 16:37
微服务
nginx
架构
深入理解 nginx和nginx-lua
主要关注upstream长连接和nginxlua的cosocket方面
subrequest
和upstream的区别在开发nginxmodule时,我们最有可能遇到的一件事就是,在处理一个请求时,我们需要访问其他多个
磊哥jinleileiking
·
2021-06-21 03:14
用Lua替代
subrequest
http://www.honwel.net/2014/04/19/nginx-subrequests.html用Lua脚本编写Nginx的
subrequest
在某些应用场景中,当nginx收到一个请求后需要向若干指定后端发起多个子请求
阳光梦
·
2020-08-07 22:37
nginx
Nginx:
subrequest
的使用方式
参考资料
subrequest
是由HTTP框架提供的一种分解复杂请求的设计模式。它可以把原始请求分解为许多子请求,使得诸多请求协同完成一个用户请求,并且每个请求只关注一个功能。
weixin_30487201
·
2020-08-07 19:07
nginx
subrequest
的一个坑
自己写了一个
subrequest
模块,通过反向代理将子请求打向后端。
sjjlu0
·
2020-08-07 18:57
Nginx 的子请求(
subrequest
)原理分析
Nginx的子请求(
subrequest
)原理分析Nginx的子请求设计其依托于自身的多阶段处理流程,实现了对指定url发起旁路请求的功能,通常用来鉴权、镜像等功能。
Mrpre
·
2020-08-07 15:11
nginx
nginx
subrequest
(子请求) 原理及使用
nginxsubrequest主要有以下几种类型#defineNGX_HTTP_
SUBREQUEST
_IN_MEMORY2//请求在内存中执行#defineNGX_HTTP_
SUBREQUEST
_WAITED4
huzilinitachi
·
2020-08-07 14:39
nginx
web
sub_request
nginx
subrequest
的实现解析
大家都知道nginx里面有一个
subrequest
的概念,也就是子请求,它并不是http标准里面的概念,它是在当前请求中发起的一个新的请求,它拥有自己的ngx_http_request_t结构,uri和
fengmo_q
·
2020-08-07 13:35
nginx
利用nginx
subrequest
实现与多个后端server的交互
/**利用nginxsubrequest实现与多个后端server的交互*Nginxversion:1.2.2*Copyright(C)eling*Email:
[email protected]
**/extern"C"{#include#include#include}//nginxheaderfilesshouldgobeforeother,becausetheydefine64-bitof
eling2012
·
2020-08-07 13:13
nginx
Nginx 中的 upstream 与
subrequest
机制
概述Nginx提供了两种全异步方式与第三方服务进行通信:upstream和
subrequest
。
逆风微积分
·
2020-08-07 13:34
理解
Nginx
源码
理解
Nginx
源码
Nginx模块开发(4)————使用
subrequest
访问第三方服务
s_sh000001时,会使用
subrequest
方式得到新浪服务器上的上证指数,代码如下://startfromtheverybeginning,andtocreategreatness//@author
缱绻的西格玛
·
2020-08-07 11:50
nginx
nginx
subrequest
程序示例
仅仅简单的
subrequest
应用示例。
Icehand哥
·
2020-08-07 10:20
Nginx
nginx
subrequest
【Nginx】如何配置Nginx日志?这是最全面的一篇了!!
本文总结了Nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
冰 河
·
2020-07-16 01:49
Nginx
Nginx
日志
配置
配置日志
log
《深入理解Nginx》阅读与实践 使用upstream和
subrequest
访问第三方服务 no port in upstream
参考《深入理解Nginx》阅读与实践(三):使用upstream和
subrequest
访问第三方服务文中例子跟书上几乎完全一样,至少需要添加staticngx_str_tngx_http_proxy_hide_headers
叮叮当当的键盘
·
2020-07-15 02:21
c开发
【Nginx】如何配置Nginx日志?这是最全面的一篇了!!
本文总结了Nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
冰河团队
·
2020-07-15 00:00
九爷带你了解 nginx 日志配置指令详解
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
我不是九爷
·
2017-04-15 12:18
了解
nginx
九爷带你
Sass
Pass
详解Nginx日志配置及日志切割
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
losbyday
·
2017-02-20 10:39
谈谈 OpenResty 中的 body_filter_by_lua*
body_filter_by_lua*可能在一次请求中调用多次,跟响应数据量无关,取决于响应次数body_filter_by_lua*的最后一次调用时,ngx.arg[1]一般为空字符串body_filter_by_lua*也会在
subrequest
spacewander
·
2016-11-15 00:00
openresty
nginx日志配置指令详解
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
jalele
·
2016-09-20 09:08
nginx日志配置
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
qd824692746
·
2016-04-19 14:00
nginx日志配置指令详解
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
qianghong000
·
2016-04-18 17:51
nginx
日志
nginx日志配置指令详解
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
kabibo
·
2016-02-18 15:00
nginx相关参数说明
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
fengbin2005
·
2016-01-10 14:00
nginx日志配置
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
Erica_1230
·
2015-11-18 23:00
nginx
nginx日志配置
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
rex9527
·
2015-11-18 17:05
nginx
日志配置
nginx日志配置
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
rex9527
·
2015-11-18 17:05
nginx
日志配置
Nginx 变量漫谈(五)
其实在 Nginx 世界里有两种类型的“请求”,一种叫做“主请求”(main request),而另一种则叫做“子请求”(
subrequest
)。我们先来介绍一下它们。
·
2015-10-31 11:49
nginx
nginx日志配置
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
·
2015-10-27 15:23
nginx
《深入理解Nginx》阅读与实践(三):使用upstream和
subrequest
访问第三方服务
本文是对陶辉《深入理解Nginx》第5章内容的梳理以及实现,代码和注释基本出自此书。 一、upstream:以向nginx服务器的请求转化为向google服务器的搜索请求为例 (一)模块框架 首先要明确的是,这里是编写一个使用upstream的模块,而不是编写upstream模块。因此,和HelloWorld类似,模块结构体ngx_http_mytest_module、模
·
2015-10-27 12:38
request
nginx的日志配置
nginx日志相关的配置有log_format、access_log、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log
whereismatrix
·
2015-08-07 20:00
nginx
nginx日志
使用 Lua 编写一个 Nginx 认证模块
目前可以做到这一点)使用Lua编写一个nginxren认证模块 很显然,给整个系统添加额外请求将执行的不是很好,因为这将会增加延迟(特别是给每一个页面文件都增加一个请求是很让人烦恼的).这就意味着我们把
subrequest
ronin47
·
2015-08-01 21:00
nginx
lua
使用 Lua 编写一个 Nginx 认证模块
目前可以做到这一点)使用Lua编写一个nginxren认证模块 很显然,给整个系统添加额外请求将执行的不是很好,因为这将会增加延迟(特别是给每一个页面文件都增加一个请求是很让人烦恼的).这就意味着我们把
subrequest
ronin47
·
2015-08-01 21:00
nginx
lua
使用 Lua 编写一个 Nginx 认证模块
目前可以做到这一点)使用Lua编写一个nginxren认证模块 很显然,给整个系统添加额外请求将执行的不是很好,因为这将会增加延迟(特别是给每一个页面文件都增加一个请求是很让人烦恼的).这就意味着我们把
subrequest
ronin47
·
2015-08-01 13:00
nginx
认证
lua
Nginx 中的 upstream 与
subrequest
机制
概述 Nginx提供了两种全异步方式与第三方服务进行通信:upstream和
subrequest
。
chenhanzhun
·
2015-01-14 21:00
nginx
upstream
subrequest
nginx日志配置指令详解
本文总结了nginx日志相关的配置如access_log、log_format、open_log_file_cache、log_not_found、log_
subrequest
、rewrite_log、
凉白开
·
2014-07-23 08:02
使用upstream和
subrequest
访问第三方服务
本文是对陶辉《深入理解Nginx》第5章内容的梳理以及实现,代码和注释基本出自此书。 一、upstream:以向nginx服务器的请求转化为向google服务器的搜索请求为例(一)模块框架首先要明确的是,这里是编写一个使用upstream的模块,而不是编写upstream模块。因此,和HelloWorld类似,模块结构体ngx_http_mytest_module、模块上下文结构体ngx_http
·
2013-08-20 22:00
nginx
《深入理解Nginx》阅读与实践(三):使用upstream/
subrequest
访问第三方服务
本文是对陶辉《深入理解Nginx》第5章内容的梳理以及实现,代码和注释基本出自此书。 一、upstream:以向nginx服务器的请求转化为向google服务器的搜索请求为例(一)模块框架首先要明确的是,这里是编写一个使用upstream的模块,而不是编写upstream模块。因此,和HelloWorld类似,模块结构体ngx_http_mytest_module、模块上下文结构体ngx_http
wuyuegb2312
·
2013-08-20 21:00
nginx
Nginx 变量漫谈(五)
其实在Nginx世界里有两种类型的“请求”,一种叫做“主请求”(mainrequest),而另一种则叫做“子请求”(
subrequest
)。我们先来介绍一下它们。
rainday0310
·
2012-11-27 17:00
nginx module开发利器:
subrequest
nginx是个高性能webserver,很多时候我们会把它当成reverseproxy或者webservercontainer使用,但有时我们也会开发它的第三方module,因为module才能完全使用nginx的全事件驱动、无阻塞调用机制,充分使用系统资源,达到SERVER最大处理吞吐量。在开发nginxmodule时,我们最有可能遇到的一件事就是,在处理一个请求时,我们需要访问其他多个back
russell_tao
·
2012-01-05 16:00
nginx module开发利器:
subrequest
nginx是个高性能web server,很多时候我们会把它当成reverse proxy或者web server container使用,但有时我们也会开发它的第三方module,因为module才能完全使用nginx的全事件驱动、无阻塞调用机制,充分使用系统资源,达到SERVER最大处理吞吐量。 在开发nginx module时,我们最有可能遇到的一件事就是,在处理一个请求时
russelltao
·
2012-01-05 16:00
nginx
upstream
subrequest
nginx module开发利器:
subrequest
nginx是个高性能web server,很多时候我们会把它当成reverse proxy或者web server container使用,但有时我们也会开发它的第三方module,因为module才能完全使用nginx的全事件驱动、无阻塞调用机制,充分使用系统资源,达到SERVER最大处理吞吐量。 在开发nginx module时,我们最有可能遇到的一件事就是,在处理一个请求时,我们需要访
russelltao
·
2012-01-05 16:00
request
nginx module开发利器:
subrequest
nginx是个高性能web server,很多时候我们会把它当成reverse proxy或者web server container使用,但有时我们也会开发它的第三方module,因为module才能完全使用nginx的全事件驱动、无阻塞调用机制,充分使用系统资源,达到SERVER最大处理吞吐量。 在开发nginx module时,我们最有可能遇到的一件事就是,在处理一个请求时,我们需要访
russelltao
·
2012-01-05 16:00
request
nginx
subrequest
的实现解析
大家都知道nginx里面有一个
subrequest
的概念,也就是子请求,它并不是http标准里面的概念,它是在当前请求中发起的一个新的请求,它拥有自己的ngx_http_request_t
fengmo_q
·
2011-08-21 18:00
nginx
struct
filter
Module
null
output
Ningx代码研究(五)
关于
subrequest
在 ngx_http_core_module 里面,我们可以看到一些
subrequest
的函数,根据evan miller 的文章,我们知道
subrequest
是在主请求的基础上发起的子请求
xiqiao1229
·
2010-11-08 10:00
数据结构
C++
c
nginx
linux
nginx中sub_request的处理
首先来看
subrequest
的处理。 什么是
subrequest
,顾名思义,那就是子请求,也就是在当前的一个请求中nginx再生成一个请求。
simohayha
·
2010-06-30 18:00
数据结构
C++
c
nginx
C#
nginx中sub_request的处理
阅读更多首先来看
subrequest
的处理。什么是
subrequest
,顾名思义,那就是子请求,也就是在当前的一个请求中nginx再生成一个请求。
simohayha
·
2010-06-30 18:00
nginx
C
C++
C#
数据结构
ngx_lua 模块支持
subrequest
了!
ngx_lua 模块将 Lua 整合在 NginX 中,使用 Lua coroutine per request 机制实现无缝的 I/O 复用处理。受益于 Lua 解释器的极低开销和原生 coroutine 支持,用户代码仍然能以习惯的顺序方式编写,丝毫不会感受到 NginX I/O 复用结构的存在,同时又能享受到其天然的非阻塞大并发能力和非凡的速度。借助 agentzh 在 ngx_echo 模
chaoslawful
·
2010-06-24 23:00
thread
nginx
Web
脚本
lua
多个画面使用一个类来管理,
subrequest
变量使用
public static String className = ManageAssetFacesBean.class.getName(); public static Log logger = LogFactory.getLog(ManageAssetFacesBean.class); public static final String TYPE_CREATE = &quo
cindysaj
·
2010-03-31 10:00
request
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他