热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

开发笔记:openrestry编译安装

 openrestry官网:http://www.openresty.org/1.安装依赖包

 

openrestry官网:http://www.openresty.org/

1.安装依赖包

yum install -y gcc gcc-c++ zlib-devel pcre-devel openssl-devel readline-devel

2.安装openrestry

#解压压缩包
tar
-zxvf openresty-1.13.6.2.tar.gz
#编译软件
cd openresty
-1.13.6.2
.
/configure --prefix=/data/server/openresty-1.13.6.2 --user=www --group=www --with-http_ssl_module --with-http_flv_module --with-http_stub_status_module --with-http_gzip_static_module --with-pcre --with-http_realip_module
#安装软件
gmake && gmake install
#创建软链接
cd /data/server/openresty-1.13.6.2
ln -sf openresty-1.13.6.2 openresty

 

  

 









推荐阅读
author-avatar
唐静静y
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有