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
----OpenResty
Windows下安装配置orange 权限框架
:openssl、pcre、libcrypt、zlib、make、perl、readline参考:http://blog.csdn.net/herro/article/details/16986477
openresty
挑葱夫
·
2018-07-12 10:51
一些神奇的工具
4.Java_think nginx+
openresty
一、Nginx学习1.安装1)下载nginxcentos系统wgethttp://nginx.org/download/nginx-1.6.2.tar.gz2)安装pcre库pcre支持rewrite库命令:yuminstallpcre-devel–y(-y对所有问题都回答yes)3)隐藏nginx版本号vimsrc/core/nginx.h修改其中的版本号为空,修改名称为自定义4)预编译./co
Boyu_Sun
·
2018-07-11 14:17
Java_think
openresty
中的lua语法说明
localarg=ngx.req.get_uri_args()fork,vinpairs(arg)dongx.say("[GET]key:",k,"v:",v)endngx.req.read_body()--解析body参数之前一定要先读取bodylocalarg=ngx.req.get_post_args()fork,vinpairs(arg)dongx.say("[POST]key:",k,"
it届的uzi
·
2018-07-05 17:27
Linux 运维:Nginx-
Openresty
和Nginx-tomcat
一、
Openresty
1、编译、安装opesresty[root@server1~]#tarzxf
openresty
-1.13.6.1.tar.gz[root@server1~]#cd
openresty
For_myself0
·
2018-07-05 11:56
linux运维
nginx反向代理 https内部定向到http报302问题解决方案,【亲测】
8emt1zr12.6.32-573.el6.x86_64#1SMPWedJul118:23:37EDT2015x86_64x86_64x86_64GNU/Linuxnginx:nginxversion:
openresty
dinghuan2011
·
2018-06-27 12:45
https
nginx
Openresty
学习(七):Nginx基础配置及命令行
1.nginx配置daemonon|off;是否以守护进程方式运行worker_rlimit_core10000m;coredump大小限制working_directory/tmp;//coredump目录、worker_processes1;//工作线程数量master_processoff;是否以master-work方式运行2.nginx命令行nginx启动:nginx-c/usr/loc
szkbsgy
·
2018-06-26 22:04
Nginx&Redis&Lua
macOS sierra 安装
OpenResty
准备依赖库brewupdatebrewinstallpcreopensslbrewupdate不是必要步骤,只是为了更新brew工具如果因墙卡住,可使用中科大的镜像:cd/usr/local/Homebrewgitremote-vgitremoteset-urloriginhttps://mirrors.ustc.edu.cn/brew.gitbrewupdate下载源码包ngx_openrest
江河_0a70
·
2018-06-25 16:53
Redis 分布式集群,分配Slots
openrestrylog发现lua脚本报错:2018/06/1217:48:20[error]23272#0:*75665luaentrythreadaborted:runtimeerror:/usr/local/
openresty
Npcccccc
·
2018-06-22 15:42
Redis
openresty
日志输出的处理
最近出了个故障,有个接口的请求居然出现了长达几十秒的处理时间,由于日志缺乏,网络故障也解除了,就没法再重现这个故障了。为了可以在下次出现问题的时候能追查到问题,所以需要添加一些追踪日志。添加这些追踪日志,我希望能够达到如下几点:1、只有请求超过一定时间才记录,不然请求太多,系统扛不住2、添加的代码可以尽量的少3、对接口的影响尽量小,比如不影响实际时延,甚至记录日志时出现了错误,也不影响系统正常运行
沙湖王
·
2018-06-22 00:00
lua
nginx
openresty
nginx lua模块安装 让nginx支持lua
2.0.4.tar.gz#wgethttps://github.com/simpl/ngx_devel_kit/archive/v0.3.0.tar.gz#wgethttps://github.com/
openresty
opsfans
·
2018-06-13 19:08
nginx
lua
nginx
lua模块
网站
安装Nginx+Lua+
OpenResty
开发环境配置全过程实例
安装Nginx+Lua+
OpenResty
开发环境配置全过程实例
OpenResty
由Nginx核心加很多第三方模块组成,默认集成了Lua开发环境,使得Nginx可以作为一个WebServer使用。
huangyimo
·
2018-06-11 15:59
nginx
OpenResty
快速部署记录
Ubuntu14.04:卸载原有通过apt安装的nginx:aptremovenginxnginx-commonaptpurgenginxnginx-commonaptremovenginx-fullnginx-common安装需要的依赖:aptinstallzlib1g-devaptinstalllibreadline-devlibncurses5-devlibpcre3-devlibssl-d
云勺
·
2018-06-11 11:37
打破基于
OpenResty
的WEB安全防护(CVE-2018-9230)
原文首发于安全客,原文链接:https://www.anquanke.com/post/id/1037710x00前言
OpenResty
®是一个基于Nginx与Lua的高性能Web平台,其内部集成了大量精良的
Bypass--
·
2018-06-04 12:12
WAF
Bypass
基于nginx的静态网页部署的实现
背景:一序列的html网页需要部署基于nginx的部署:本文采用的基于
openresty
的nginx配置。
jasonliu1919
·
2018-06-02 09:13
非
openresty
方式安装Nginx + Lua + Redis 环境
一、功能实现介绍:使用Redis做分布式缓存;使用luaAPI来访问redis缓存;使用nginx向客户端提供服务,ngx_lua将lua嵌入到nginx,让nginx执行lua脚本,高并发,非阻塞的处理各种请求。url请求nginx服务器,然后lua查询redis,返回json数据。二、服务器环境介绍:系统:CentOSrelease6.8(Final)x86_64位最小化安装服务器型号:Pow
wjw555
·
2018-06-01 17:25
nginx
lua
redis
nginx
IDEA中配置
OpenResty
开发环境
-
OpenResty
OpenResty
®是一个基于Nginx与Lua的高性能Web平台,其内部集成了大量精良的Lua库、第三方模块以及大多数的依赖项。
花罚
·
2018-05-30 19:52
Nginx
使用Docker(Mac)搭建 Nginx/
Openresty
- Kafka - kafkaManager
本文默认读者已经对Docker有一定了解,且清楚使用Docker进行部署的优势。1.安装Docker(Mac)官网:https://docs.docker.com/docker-for-mac/install/1.1下载DockerforMac地址:https://store.docker.com/editions/community/docker-ce-desktop-mac1.2下载完成以后,
高广超
·
2018-05-26 23:27
Docker
istio-ingress/egress
1、ingress在k8s+istio环境中,可以通过istio-ingress(类似于
OpenResty
、Nginx)允许将集群内部服务暴露出去,注意namespace。
jinyidong
·
2018-05-23 15:09
K8S
听课记录
一台tomcat就是1-150的qps
openResty
跨层级访问数据n
lizhen1114
·
2018-05-22 23:41
openresty
安装第三方库
1、编译安装
openresty
2、下载luarockswgethttps://luarocks.org/releases/luarocks-2.4.4.tar.gz.
imilli
·
2018-05-16 14:55
openresty
centos 安装
openresty
env:perl:Nosuchfileordirectory出现这种错误可能是没有安装prelyuminstallreadline-develpcre-developenssl-develgcc2.安装
openresty
林小姐的那片海
·
2018-05-15 10:05
Nginx+Lua 从Nginx和Redis缓存获取数据案例 详解
在分发层Nginx,通过Lua,将商品id、商品店铺id,都转发到后端的应用nginx可以通过Nginx指令重新加载所有配置包括Lua脚本#/opt/modules/
openresty
/nginx/sbin
SmallPuddingHappy
·
2018-05-13 18:02
Nginx
Lua
Nginx+Lua 开发的 hello world 案例 详解
编辑Nginx配置文件#cd/opt/modules/
openresty
/nginx/conf#cpnginx.confnginx.conf.example#备份nginx.conf文件#vinginx.confworker_processes1
SmallPuddingHappy
·
2018-05-13 18:51
Nginx
Lua
LNMP-memcache、
openresty
、tomcat、session共享
##为了提高网络的访问速度,一般会建立缓存,下面将演示分别在php和nginx建立memcache缓存,来提高访问速度.MemCache的工作流程如下:先检查客户端的请求数据是否在memcached中,如有,直接把请求数据返回,不再对数据库进行任何操作;如果请求的数据不在memcached中,就去查数据库,把从数据库中获取的数据返回给客户端,同时把数据缓存一份到memcached中(memcach
deep_AELY
·
2018-05-07 10:44
Linux运维
OpenResty
中使用反向代理
Nginx最开始是作为反向代理被熟知的,基于它的
OpenResty
的自然也是支持反向代理的,下面我们就来看看它的一些基本用法以及在使用过程中的一些技巧。
yzy121403725
·
2018-05-04 16:11
openresty
linux系统
nginx ssl模块使用详解
nginx针对https提供ssl/tls配置功能的支持,这些功能由openssl库提供,除了原生的nginx模块能对https提供支持之外,
openresty
也同样在nginx原生的基础上提供了lua
huzilinitachi
·
2018-05-03 17:26
nginx
web
centos6.6编译安装
openresty
需求:
Openresty
安装位置:/usr/local/
openresty
nginx日志/data/www/logs代码目录/data/www/htdocs安装依赖yuminstallpcre-developenssl-develgcccurl
u012587734
·
2018-04-28 15:37
WEB服务
openresty
编译安装
安装
openresty
和模块
一、安装依赖的软件包yuminstallreadline-develpcre-developenssl-develgcc二、安装
openresty
1、$wgethttps://
openresty
.org
yijiayi810
·
2018-04-26 14:19
java
基于
OpenResty
和Node.js的微服务架构实践
什么是微服务?传统的单体服务架构是单独服务包,共享代码与数据,开发成本较高,可维护性、伸缩性较差,技术转型、跨语言配合相对困难。而微服务架构强调一个服务负责一项业务,服务可以单独部署,独立进行技术选型和开发,服务间松耦合,服务依赖的数据也独立维护管理。虽然微服务存在部署复杂、运维难度较大、分布式事务控制难、容错要求高等缺点,但总体而言,微服务的优点远大于其复杂性。微服务架构需要注意哪些问题?微服务
个推
·
2018-04-26 11:52
微服务
OpenResty
nginx-lua-fastdfs-GraphicsMag动态生成缩略图、自动删除7天未访问的缩略图
推荐连接:https://www.cnblogs.com/zdz8207/p/nginx_lua_module.html推荐安装
OpenResty
:http://
openresty
.org/cn/installation.html
CutePanda
·
2018-04-25 11:38
nignx
lua
module
java
openresty
聊天室的helloworld
阅读更多
openresty
的websocket+redis的subscribe参考https://blog.csdn.net/orangleliu/article/details/50898014利用redis
haoningabc
·
2018-04-22 19:00
redis
nginx
lua
openresty
openresty
聊天室的helloworld
阅读更多
openresty
的websocket+redis的subscribe参考https://blog.csdn.net/orangleliu/article/details/50898014利用redis
haoningabc
·
2018-04-22 19:00
redis
nginx
lua
openresty
Openresty
反向代理返回非200进行retry到自定义upstream
利用error_page指令对反向代理返回的404,302...等状态码,做子请求的二次处理。client-[1]->nginxproxy站点A(返回404,302)|[3]V站点B(返回200)比如作为CDN的服务时候,站点A返回302,利用子请求提取location的url访问站点B,拿到结果返回给客户端比如作为下载镜像站点,客户端请求下载文件,在站点A无法找到返回404,利用子请求请求B站点
orangleliu
·
2018-04-22 16:59
nginx
openresty
OpenResty
中正则模式匹配的2种方法详解
前言本文介绍
OpenResty
的两种正则模式匹配。首先需要说明的是,
OpenResty
套件中包含了两种语法:一种是主要基于FFIAPI实现的
OpenResty
语法,一种是类原生Lua脚本语言的语法。
南琴浪
·
2018-04-21 14:58
4.
openresty
安装、端口80
[root@localhost
openresty
]#pwd/home/
openresty
[root@localhost
openresty
]#ll总用量56592-rw-r--r--1rootroot380138504
qiqizhu2008
·
2018-04-20 13:58
程序部署
openresty
websocket
阅读更多mac安装
openresty
brewinstallopenssl.
haoningabc
·
2018-04-18 17:00
lua
websocket
nginx
openresty
openresty
websocket
阅读更多mac安装
openresty
brewinstallopenssl.
haoningabc
·
2018-04-18 17:00
lua
websocket
nginx
openresty
一、
Openresty
的环境安装
下载地址http://www.lua.org/ftp/#sourcehttp://
openresty
.org/cn/download.html安装lua下载完解压cd到目录下执行:wgethttp://
黎明你好
·
2018-04-13 18:13
基于
OpenResty
和Node.js的微服务架构实践
什么是微服务?传统的单体服务架构是单独服务包,共享代码与数据,开发成本较高,可维护性、伸缩性较差,技术转型、跨语言配合相对困难。而微服务架构强调一个服务负责一项业务,服务可以单独部署,独立进行技术选型和开发,服务间松耦合,服务依赖的数据也独立维护管理。虽然微服务存在部署复杂、运维难度较大、分布式事务控制难、容错要求高等缺点,但总体而言,微服务的优点远大于其复杂性。微服务架构需要注意哪些问题?微服务
个推
·
2018-04-13 00:00
微服务
搭建Nginx+lua开发环境(
openresty
)
OpenResty
是由Nginx核心加很多第三方模块组成,默认集成了Lua开发环境,使得Nginx可以作为一个WebServer使用。
无知的蜗牛
·
2018-04-05 14:50
linux
环境搭建
Nginx安装lua-nginx-module模块
lua-nginx-module模块地址https://github.com/
openresty
/lua-nginx-moduleItishighlyrecommendedtouse
OpenResty
releaseswhichintegrateNginx
微信-大数据从业者
·
2018-04-03 16:00
从抄书到开源之巅:章亦春的程序人生
如今,春哥已全身心投入
OpenResty
的崭新蓝图,期待
OpenResty
未来能在工业界、互联网行业引领“机器编程”革命。很荣幸这次图灵访谈可以对话春哥,让我们来一起了解一下春哥的快意程序人生。
架构师小秘圈
·
2018-04-02 00:00
ngx_lua_waf nginx防火墙安装操作手册
ngx_lua_waf是一个基于lua-nginx-module(
openresty
)的web应用防火墙,主要用途是:防止sql注入,本地包含,部分溢出,fuzzing测试,xss,SSRF等web攻击防止
zhong
·
2018-03-28 12:46
lua-resty-http 库的使用心得
git地址:https://github.com/pintsized/lua-resty-http有个项目,需要用到
openresty
做代理。
discsthnew
·
2018-03-26 10:13
nginx/openresty
openresty
下lua的function定义及调用
序本文主要研究下如何在
openresty
下lua的function定义及调用。
codecraft
·
2018-03-26 00:00
openresty
openresty
集群负载均衡
1window下安装1.1下载https://github.com/LomoX-Offical/nginx-
openresty
-windows1.2解压启动解压到D盘,打开目录,双击nginx.exe,
随风九天
·
2018-03-24 00:32
高并发
openstack共享80、443端口的实例代码
1.1.安装
openresty
1.向centos系统中添加
openresty
仓库#yuminstallyum-utils#yum-config-manager--add-repohttps://o
yaohong
·
2018-03-21 09:04
OpenResty
body_filter_by_lua Nginx 指定返回内容
背景:需要统一处理error的返回,其实呢就是nginx默认的error会是html格式,而且返回的不符合我们统一规范,所以需要在最后归一化。当然也可以延伸到在body_filter_by_lua中修改返回内容,甚至指定返回内容原理说明:首先需要先声明!!HTTP1.1之后基于流式处理的方式,body_filter_by_lua基本在一个请求中会调用多次。简单直白的理解就是流式输出,每次拿到了如果
dsklfjal123
·
2018-03-14 19:18
openresty
it技术谱图分享
大数据工程师必备技能4、安全工程师必备技能5、嵌入式开发必备技能6、iOS开发工程师必备技能7、移动无线测试工程师必备技能8、云计算工程师必备技能9、微服务架构技能图谱10、Hadoop家族技能图谱11、
OpenResty
huangjinjin520
·
2018-03-10 22:00
安装 Openrestry 并使用 lua-redis 实现封禁ip高频访问
一、安装Openrestry#1.下载源码包wgethttps://
openresty
.org/download/
openresty
-1.11.2.2.tar.gztar-xzvf
openresty
-1.11.2.2
Npcccccc
·
2018-03-08 00:02
杂谈
Redis
Lua
上一页
34
35
36
37
38
39
40
41
下一页
按字母分类:
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
其他