nginx_lua的安装 1. nginx使用luajit进行编译安装 2. 使用openresty进行yum安装 openresty中将lua和nginx进行封装,详情可查看 "openresty官网" openresty相关启动命令 ngx_lua的相关api使用说明及相关使用 1. "ngx_ ...
分类:
其他好文 时间:
2018-03-01 21:43:17
阅读次数:
1909
您必须将这些库perl 5.6.1+libreadlinelibpcrelibssl安装在您的电脑之中。 对于 Linux来说, 您需要确认使用 ldconfig 命令,让其在您的系统环境路径中能找到它们。 CentOS 7 安装OpenResty所需依赖: [root@snails ~]# yum ...
分类:
其他好文 时间:
2018-02-03 21:52:17
阅读次数:
180
查看系统版本 [root@localhost redis-3.2.9]# cat /etc/system-release CentOS Linux release 7.3.1611 (Core) 下载OpenResty,下载地址:https://openresty.org/cn/download.h ...
分类:
其他好文 时间:
2017-07-06 00:30:29
阅读次数:
783
OpenResty是一个基于 Nginx 与 Lua 的高性能 Web 平台,其内部集成了大量精良的 Lua 库、第三方模块以及大多数的依赖项。用于方便地搭建能够处理超高并发、扩展性极高的动态 Web 应用、Web 服务和动态网关(摘自官网)。本文将会介绍如何在Centos7上,安装Nginx+Lu ...
分类:
其他好文 时间:
2017-06-21 23:09:29
阅读次数:
445
1、前期准备(最小化安装的系统)1.更新系统yummakecache&&yum-yupdate2.安装常用基础软件yum-yinstallbash-completionvimnet-toolsbind-utilswgetscreen最后别忘了重启2、更新yum源(阿里云源:mirrors.aliyun.com)[root@localhost~]#mv/etc/yum.repos.d/CentOS-Base..
分类:
数据库 时间:
2017-05-26 21:54:19
阅读次数:
549
通过yum安装 在 /etc/yum.repos.d/ 下新建 OpenResty.repo 内容 查看可用的openresty软件 当前安装的是 openresty.x86_64 版本1.11.2.2-8.el7.centos, 内置的openssl 是 1.0.2j 安装 默认会安装到 /usr ...
分类:
其他好文 时间:
2017-03-13 23:53:03
阅读次数:
1336
//openresty安装 http://openresty.org/ brew updatebrew install pcre openssl ./configure --prefix=/usr/local/openresty --with-cc-opt="-I/usr/local/opt/ope ...
分类:
系统相关 时间:
2016-12-30 23:10:39
阅读次数:
520
一键安装openresty ./install.sh 安装好后,修改nginx.conf配置文件 cd /usr/local/openresty/nginx/conf/nginx.conf server_name auth_api.com cd /usr/local/openresty/lualib ...
分类:
其他好文 时间:
2016-10-25 16:33:02
阅读次数:
139
以上过程基本参照http://www.makaidong.com/149671.html内容。 步骤: 1,下载安装cygwin和所需的一些模块,此处略。 2,下载并手工编译安装lua-5.1.5。注意事项:默认的Makefile中没有开启动态加载模块功能,需修改。 我们修改lua源码文件下的 sr ...
步骤: 1,cygwin最新版本。 2,cygwin安装模块:gcc, make, openssl, pcre, readline, perl, wget, unzip, sqlite。(应该是全的,在后面编译安装软件的时候会提示缺少的模块或命令,后续可以再装的) 3,cygwin手工下载源码编译安 ...