博客
关于我
OpenResty(2):OpenResty开发环境搭建
阅读量:800 次
发布时间:2023-02-24

本文共 685 字,大约阅读时间需要 2 分钟。

OpenResty ????

1. ????

?????OpenResty?????

tar -xzvf openresty-1.13.6.1.tar.gz

2. ??

??????????????

cd openresty-VERSION/

?????????????

./configure \--prefix=/usr/local/openresty \--with-openssl \--with-zlib \--with-pcre \--with-readline \--with-uuid \--with-ipv6 \--with-inline-regex \--enable-atomic \--enable-echo \--enable-event-driven \--enable-lua \--enable-redis \--enable-smtp \--enable-xml

3. ?????

??????????

yum install readline-devel pcre-devel openssl-devel perl gcc

4. ?????

??????

makemake install

5. ?? OpenResty

???????

cd /usr/local/openresty

?????

./nginx

6. ????

?????????

curl http://localhost:8080

????

  • ?????????????
  • ???????????????
  • ?????????OpenResty????????????

转载地址:http://tcpfk.baihongyu.com/

你可能感兴趣的文章
oracle 闪回关闭,关闭闪回即disable flashback的操作步骤
查看>>
oracle 限制用户并行,insert /*parallel */ 到不同用户,并行起不来的问题
查看>>
oracle--用户,权限,角色的管理
查看>>
oracle00205报错,Oracle控制文件损坏报错场景
查看>>
Oracle10g EM乱码之快速解决
查看>>
Oracle10g下载地址--多平台下的32位和64位
查看>>
Oracle10g安装了11g的ODAC后,PL/SQL连接提示TNS:无法解析指定的连接标识符
查看>>
Oracle11G基本操作
查看>>
Oracle11g服务详细介绍及哪些服务是必须开启的?
查看>>
Oracle11g静默安装dbca,netca报错处理--直接跟换操作系统
查看>>
oracle12安装软件后安装数据库,然后需要自己配置监听
查看>>
Oracle——08PL/SQL简介,基本程序结构和语句
查看>>
Oracle——distinct的用法
查看>>
Oracle、MySQL、SQL Server架构大对比
查看>>
oracle下的OVER(PARTITION BY)函数介绍
查看>>
Oracle中DATE数据相减问题
查看>>
Oracle中merge into的使用
查看>>
oracle中sql查询上月、本月、上周、本周、昨天、今天的数据!
查看>>
oracle中sql的case语句运用--根据不同条件去排序!
查看>>
Oracle中Transate函数的使用
查看>>