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
Nginx(一):静态资源web服务器配置详解
2013年发出企业版NginxPlus二次发行版:tengine,
OpenResty
……2.Nginx的特性1)模块化设计、较好扩展性;早期不支持模块
Nicolo_xuding
·
2016-02-20 15:15
core
http
evernt
Cluster
Nginx(一):静态资源web服务器配置详解
2013年发出企业版NginxPlus 二次发行版:tengine,
OpenResty
…… 2.Nginx的特
421389904
·
2016-02-20 15:15
main
rewrite
evernt
http_core
Openresty
数据共享API.Data Sharing within an Nginx Worker
摘要自:https://github.com/
openresty
/lua-nginx-module/#data-sharing-within-an-nginx-worker每nginxworker的数据共享定义一个
LisPythoniC
·
2016-02-05 10:00
Linux 进程后台运行的几种方式(screen) - Sean's Notes - SegmentFault
Linux进程后台运行的几种方式(screen)-Sean'sNotes-SegmentFault基于
OpenResty
的LuaWeb框架lor0.0.2预览版发布-ToMakeSense-SegmentFault
lexus
·
2016-01-27 17:00
openresty
开发 test-nginx 使用文档
test-nginx使用文档installgitclonehttps://github.com/agentzh/test-nginx.gitcdtest-nginx&perlMakefile.PLsudomakeinstall如果缺少包的话,可以通过cpan装;例如装Test:Moresudoperl-MCPAN-eshellcpan[1]>installTest:LongStringgeting
河马大侠
·
2016-01-25 00:00
openresty
解决spawn-fcgi child exited with: 1
spawn-fcgi-d/data/web/ad/-f/data/web/ad/code.py-a127.0.0.1-p9003-P/data/
openresty
_81/nginx/pid/ad.pid
凌度
·
2016-01-22 15:00
基于
OpenResty
的Lua Web框架lor0.0.2预览版发布
Lor是一个运行在
OpenResty
上的基于Lua编写的Web框架,当前最新版本是0.0.2预览版,重构了之前发布的0.0.1版本。
sumory
·
2016-01-22 00:00
web服务器
nginx
openresty
luajit
lua
nginx中使用srcache_nginx模块构建缓存
nginx中可以将lua嵌,让nginx执行lua脚本,可以处理高并发,非阻塞的处理各种请求,
openresty
项目中可以使用nignx可以直接构建srcache_nginx + redis 缓存,而不用通过动态语言来处理
chenpingzhao
·
2016-01-21 23:00
安装Nginx+Lua+
OpenResty
开发环境配置全过程实例
安装Nginx+Lua+
OpenResty
开发环境配置全过程实例
OpenResty
由Nginx核心加很多第三方模块组成,默认集成了Lua开发环境,使得Nginx可以作为一个WebServer使用。
流风,飘然的风
·
2016-01-19 18:00
nginx/lua学习
http://jinnianshilongnian.iteye.com/category/333854https://moonbingbing.gitbooks.io/
openresty
-best-practices
xiangjie88
·
2016-01-18 10:00
lor: 一个基于
OpenResty
的lua framework
Github项目地址:https://github.com/sumory/lor文档地址:http://lor.sumory.com简介lor是一个运行在
OpenResty
上的lua框架,适用于构建HTTPAPI
sumory
·
2016-01-17 00:00
webserver
api
框架
openresty
lua
OpenResty
点滴
/bin/bash#PCRE_DIR=$PWD/pcre-8.38cdngx_
openresty
-*APPDIR=$HOME/s/apps/restyLOGDIR=$HOME/s/logs/resty.
kuerant
·
2016-01-16 16:00
openresty
备忘
Theproblemwith:apt-get--yesinstall$something isthatitwillaskforamanualconfirmationifthepackagesignatureowner'spublic-keyisnotinthekeyring,orsomeotherconditions.tobesureitdoesnotaskaconfirmationjustdo
LisPythoniC
·
2016-01-14 11:00
在
OpenResty
中需要避免全局变量的使用
lua-variable-scope在代码中导入模块时应注意一些细节,推介使用如下格式:localxxx=require('xxx')而非:require('xxx')理由如下:从设计上讲,全局环境的生命周期和一个Nginx的请求的生命周期是相同的。为了做到会话隔离,每个请求都有自己的Lua全局变量环境。Lua模块在第一次请求打到服务器上的时候被加载起来,通过package.loaded表内建的r
河马大侠
·
2016-01-13 00:00
openresty
openresty
lua学习笔记
一、环境搭建不多说,参考官方文档https://moonbingbing.gitbooks.io/
openresty
-best-practices/content/lua/build_env.html某些模块没有加载的自行看文档是否默认加载
lly0205
·
2016-01-12 16:41
数据库
content
events
openresty
lua学习笔记
一、环境搭建不多说,参考官方文档https://moonbingbing.gitbooks.io/
openresty
-best-practices/content/lua/build_env.html某些模块没有加载的自行看文档是否默认加载
lly0205
·
2016-01-12 16:41
数据库
content
events
openresty
lua学习笔记
一、环境搭建不多说,参考官方文档https://moonbingbing.gitbooks.io/
openresty
-best-practices/content/lua/build_env.html某些模块没有加载的自行看文档是否默认加载
lly0205
·
2016-01-12 16:41
数据库
content
events
linux
openresty
如何添加模块
1、先看看你要安装的模块是否已经存在了$ /opt/
openresty
/nginx/sbin/nginx -V (V大写) 结果如下: nginx version:
openresty
/1.7.10.2
GarenBean
·
2016-01-11 20:00
concat_module
编译安装
openresty
+mysql+php7
&&yum-yupdate2.安装常用基础软件yum-yinstallbash-completionvimnet-toolsbind-utilswgetscreen最后别忘了重启3.需要下载的源码1.
openresty
wgethttps
leiflyy
·
2016-01-11 16:00
PHP
mysql
openresty
OpenResty
服务器状态监控
在
OpenResty
中用lua实现一个简单的服务器状态监控前些时候突然发现内网服务器(基于
OpenResty
搭建的)中error.log出现大量的500错误,排查后发现是一些简单的小bug导致的,不过这个让我意识到
河马大侠
·
2016-01-11 00:00
openresty
Windows下无法使用Nginx作为一个http文件服务器(权限问题?)
这里使用的Nginx版本来自于最新的
OpenResty
。
cteng
·
2016-01-10 17:00
nginx
windows
linux
server
服务器
How to install Linux lib: jpeg-6b ?
安装了
openresty
1.7x,后来知道要加模块。安装concat模块,像无头苍蝇一样被带了一圈,原来我download下来的
openresty
的包是一个可编译的包,呵呵,别笑我是小白。
GarenBean
·
2016-01-09 16:00
jpeg
openresty
实践抢红包、秒杀之类的高并发场景
这段时间由于即将换工作(工作交接),所以处于比较空闲,也有时间空闲下来整理下技术方面的东西,社区论坛也逛得多了点,看到了网上不少相关于秒杀和抢红包之类的文章,做了对比,分享下:首先秒杀、抢红包或者投票之类都属于瞬间高并发,所以本文只针对NOSQL(redis)做后端,各个的方案的性能做了对比:基本业务逻辑是这样的:每个用户只允许抢一次,保证余额等操作的原子性,最后保证数据的一致性;基
dongzhecao
·
2016-01-08 21:00
高并发
线程安全
openresty
原子性
抢红包
centos+
openresty
+mariaDB+php搭建web服务器
openresty
1.依赖关系
openresty
依赖于perl5.6.1+,libreadline,libpcre,libssl,首先安装依赖关系。
leiflyy
·
2016-01-07 15:00
Web
centos
DB
perl
openresty
maria
学习文章
原文地址:http://
openresty
.org/download/agentzh-nginx-tutorials-zhcn.html#00-Foreword01缘起其实这两年为Nginx世界做了这么多的事情
yang3516793
·
2016-01-07 15:00
nginx
Centos7下
openresty
自启动配置
vi/usr/lib/systemd/system/nginx.service[Service] Type=forking PIDFile=/usr/local/
openresty
/nginx/logs
stevendu
·
2016-01-07 14:00
nginx
systemctl
自启动
Centos7下
openresty
自启动配置
阅读更多vi/usr/lib/systemd/system/nginx.service[Service]Type=forkingPIDFile=/usr/local/
openresty
/nginx/logs
stevendu
·
2016-01-07 14:00
nginx
systemctl
自启动
Centos7下
openresty
自启动配置
阅读更多vi/usr/lib/systemd/system/nginx.service[Service]Type=forkingPIDFile=/usr/local/
openresty
/nginx/logs
stevendu
·
2016-01-07 14:00
nginx
systemctl
自启动
OpenResty
大会--章亦春演讲文字版
转载:http://mp.weixin.qq.com/s?__biz=MzI2MDAyOTIyNA==&mid=400642479&idx=1&sn=157c008bdb0290286d5b85cdbf0bed3f&scene=2&srcid=1120jdwydiuq6PBssAsVW2ts&from=timeline&isappinstalled=0#wechat_redirect根据春哥现场视
meng_philip
·
2016-01-04 20:18
openresty
OpenResty
大会--章亦春演讲文字版
转载:http://mp.weixin.qq.com/s?__biz=MzI2MDAyOTIyNA==&mid=400642479&idx=1&sn=157c008bdb0290286d5b85cdbf0bed3f&scene=2&srcid=1120jdwydiuq6PBssAsVW2ts&from=timeline&isappinstalled=0#wechat_redirect根据春哥现场视
meng_philip
·
2016-01-04 20:18
openresty
OpenResty
大会--章亦春演讲文字版
转载:http://mp.weixin.qq.com/s?__biz=MzI2MDAyOTIyNA==&mid=400642479&idx=1&sn=157c008bdb0290286d5b85cdbf0bed3f&scene=2&srcid=1120jdwydiuq6PBssAsVW2ts&from=timeline&isappinstalled=0#wechat_redirect根据春哥现场视
meng_philip
·
2016-01-04 20:18
OpenResty
网站架构设计
锤子手机发布会提到的
OpenResty
是什么?
编者按在12月29日晚上的锤子科技冬季新品发布会上,罗永浩宣布把此次发布会的门票收入全部捐赠给正在筹备当中的
OpenResty
软件基金会。随后,有关
OpenResty
的讨论,在整个技术圈子开始发酵。
OpenResty社区
·
2015-12-31 00:00
[LINK]
OpenResty
http://
openresty
.org/http://www.tuicool.com/articles/M3yI3yhttp://www.oschina.net/question/28_60461
Athrun
·
2015-12-17 13:00
[LINK]
OpenResty
http://
openresty
.org/http://www.tuicool.com/articles/M3yI3yhttp://www.oschina.net/question/28_60461
Athrun
·
2015-12-17 13:00
基于 lua-resty-upstream-healthcheck 动态检测后端服务节点的状态
参考: - https://github.com/
openresty
/lua-resty-upstream-healthcheck 直接上配置示例步骤,配置环境如下: 在同一台服务器上配置了两个tomcat
安静的疯子
·
2015-12-16 16:08
nginx
upstream
Healthcheck
基于 lua-resty-upstream-healthcheck 动态检测后端服务节点的状态
参考:-https://github.com/
openresty
/lua-resty-upstream-healthcheck直接上配置示例步骤,配置环境如下:在同一台服务器上配置了两个tomcat服务器作为
安静的疯子
·
2015-12-16 16:08
nginx
upstream
healt
Web服务器
nginx解压gzip格式的请求
Vm-GOmR95GH原料:nginx安装文件:nginx.org我是用的是1.8.0,注意lua-nginx-module与nginx兼容性lua-nginx模块安装文件:https://github.com/
openresty
qingchezhanlandetian
·
2015-12-16 14:00
nginx
request
GZip
lua
OpenResty
(nginx扩展)整合HttpGuard学习与安装配置
#
OpenResty
安装部署[root@localhostopt]#yuminstall-ygccgcc-c++readline-develpcre-developenssl-develtclperl
chenzenan
·
2015-12-15 16:00
学习ngx_
openresty
之
openresty
安装 一
学习ngx_
openresty
之
openresty
安装一
OpenResty
(也称为ngx_
openresty
)是一个全功能的Web应用服务器。
A_Beaver
·
2015-12-12 21:08
linux
OpenResty
学习ngx_
openresty
之
openresty
安装 一
学习ngx_
openresty
之
openresty
安装一
OpenResty
(也称为ngx_
openresty
)是一个全功能的Web应用服务器。
doctor_who2004
·
2015-12-12 21:00
openresty
ngx_openresty
在
Openresty
环境下搭建视频服务器
阅读更多环境说明:1.操作系统----CentOS7安装过程(以下安装过程以root执行,目录假定在/opt):#cd/opt1.安装必要的依赖库#yuminstall-yzlib#yuminstall-ypcre#yuminstall-ygccgcc-c++readline-develpcre-developenssl-develtclperl2.安装drizzle7-2011.07.21#wg
leon1509
·
2015-12-11 18:00
nginx
Openresty
JWPlayer
在
Openresty
环境下搭建视频服务器
环境说明:1.操作系统----CentOS7安装过程(以下安装过程以root执行,目录假定在/opt): #cd/opt 1.安装必要的依赖库 #yuminstall-yzlib #yuminstall-ypcre #yuminstall-ygccgcc-c++readline-develpcre-developenssl-develtclperl 2.安装drizzle7
leon1509
·
2015-12-11 18:00
nginx
openresty
jwplayer
也说自动化测试
我所经历的不同公司的产品按顺序大概进行过如下的自动化测试探索:1、C++函数自动化测试;2、GUI程序界面自动化测试;3、
openresty
接口自动化测试;4、web界面自动化测试;5、php接口自动化测试
肥狐
·
2015-12-10 12:00
OpenResty
反向代理的用法与技巧
OpenResty
中使用反向代理导语:Nginx最开始是作为反向代理被熟知的,基于它的
OpenResty
的自然也是支持反向代理的,下面我们就来看看它的一些基本用法以及在使用过程中的一些技巧。
河马大侠
·
2015-12-10 00:00
nignx
openresty
OpenResty
最佳实践
OpenResty
最佳实践https://moonbingbing.gitbooks.io/
openresty
-best-practices/content/lua/brief.html1、Lua入门1.1Lua
wangqiaowqo
·
2015-12-08 14:00
OpenResty
的现状、趋势、使用及学习方法
1.
OpenResty
是什么,适合什么场景下使用和大部分知名开源软件诞生在欧美国家不同,
OpenResty
自身和依赖的主要组件都是金砖国家的开发者发明的,这点还挺有意思。
河马大侠
·
2015-12-08 00:00
lua
c
openresty
Nginx
Openresty
Windows v1.9.7.1002 发布,升级各种模块。
Nginx
Openresty
Windowsv1.9.7.1002发布,升级各种模块。Nginx
Openresty
Windowsv1.9.7.1002发布,升级各种模块。
蔡东赟
·
2015-12-07 11:00
全功能web应用服务器
Openresty
介绍
openresty
简介官网地址http://
openresty
.org/介绍
OpenResty
(也称为ngx_
openresty
)是一个全功能的Web应用服务器,它打包了标准的Nginx核心,很多的常用的第三方模块
ronin47
·
2015-11-30 10:00
nginx
openresty
lua
京东商品详情页服务闭环实践
转载:http://jinnianshilongnian.iteye.com/blog/2258111 该文章是根据
OpenResty
Con2015技术大会的演讲《Nginx+Lua在京东商品详情页的大规模应用
meng_philip
·
2015-11-26 21:36
京东详情页服务
京东商品详情页服务闭环实践
转载:http://jinnianshilongnian.iteye.com/blog/2258111 该文章是根据
OpenResty
Con2015技术大会的演讲《Nginx+Lua在京东商品详情页的大规模应用
meng_philip
·
2015-11-26 21:36
京东详情页服务
上一页
42
43
44
45
46
47
48
49
下一页
按字母分类:
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
其他