linux安装openresty

./configure --prefix=/usr/local/soft/openresty \
            --with-luajit \
            --without-http_redis2_module \
            --with-http_iconv_module \
            --with-http_postgres_module

 

首先,下载openretry

下载地址:https://openresty.org/download

我下载的版本是 openresty-1.15.8.3 

1.安装openresty要确保安装了gcc,pcre,zlib

如果没有安装就执行下面的命令

1
yum install  pcre-devel openssl-devel gcc zlib-devel curl

2.解压下载的包openresty-1.15.8.3 

3.执行编译命令,会在/usr/localhosy/soft/openresty目录创建编译后的文件

./configure --prefix=/usr/localhosy/soft/openresty \
            --with-luajit \
            --without-http_redis2_module \
            --with-http_iconv_module \ 

 注:./configure --help 查看更多的选项

4.执行下面的命令

make

 

5.执行下面的命令

 make install

 

 6.进入 /usr/localhosy/soft/openresty 目录
执行命令
 ./nginx/sbin/nginx

 通过浏览器访问 http://192.168.189.128/

 

 

 

posted @   linniku  阅读(403)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
点击右上角即可分享
微信分享提示