关注分享主机优惠活动
国内外VPS云服务器

在Debian11上安装Openresty服务(Nginx+Lua)的详细教程

OpenResty是基于Nginx和Lua的高性能Web平台,集成了大量成熟的Lua库、第三方模块和大部分依赖项。它用于方便地构建能够处理超高并发性和高可伸缩性的动态Web应用、Web服务和动态网关。

OpenResty官方APT包仓库提供deb包(适用于Ubuntu和Debian),可以轻松安装。我们来看看具体的安装步骤。

Debian更新系统$ apt update#被选为$ apt升级。

添加openresty资源库您可以将openresty资源库添加到Debian系统中,这样您就可以方便地安装或更新我们的软件包(通过apt update命令)。运行以下命令来添加我们的仓库(每个系统只需要运行一次):

第一步:安装导入GPG公钥时需要的几个依赖包(整个安装过程完成后可以随时删除):

sudapt -y install --No-install -推荐WGET GNUPG CA-证书步骤2:导入我们的GPG密钥:

WGET -O -https://openresty . org/package/pubkey . gpg | sudo APT -KEY ADD -第三步:添加我们的官方APT仓库。

对于x86_64或amd64系统,您可以使用以下命令:

codename = ` grep -po ' version = "[0-9]+\(\k[^)]+'/etc/os-release ` echo $codename echo " deb http://openresty.org/package/debian $ codename openresty " \ | sudo tee/etc/apt/sources . list . d/openresty . list该历史查找当前debian系统的版本(即$ codename变量)并重新配置系统版本。

root @ vm-4-14-debian:/opt # codename = ` grep -po ' version = "[0-9]+\(\ k[^)]+'/etc/os-release ` root @ vm-4-14-debian:/opt # echo $ codename root @ vm-4-14-debian:/opt # bullseye root @ vm-4-14-debian:/opt # echo " deb http://openresty.org/package/debian牛眼openresty " | sudo tee/

codename = ` grep -po ' version = "[0-9]+\(\k[^)]+'/etc/os-release ` echo "德布http://openresty.org/package/arm64/debian $ codename open resty " \ | sudo tee/etc/APT/sources . list . d/open resty . list更新apt索引并安装。

步骤4:更新APT索引:

O Sudapt Update然后可以安装如下的软件包,比如openresty:

Sudo apt -y安装openresty这个包也推荐安装openresty-opm和openresty-restydoc包,所以默认会安装后两个包。

如果您不想自动关联安装,可以通过以下方式将其关闭:

sudapt -y install --No-install -推荐OpenRestyPenresty-OPM是OpenResty包管理器。

安装版本:安装目录:/usr/local/openresty

$ nginx -vnginx version:openresty/1 . 21 . 4 . 1 $/usr/local/openresty/nginx/sbin/nginx -vnginx version:openresty/1 . 21 . 4 . 1使用systemctl管理openresty服务:

system CTL enable openresty system CTL status openresty system CTL start openresty system CTL stop openresty system CTL restart openresty验证效果,通过curl命令请求localhost:

root @ VM-4-14-debian:~ # curl -I localhost http/1.1 200 ok server:openresty/1 . 21 . 4 . 1日期:Sun 2022年10月9日14:04:10 GMT content -类型:text/html content -长度:1097 last -修改时间:2022年5月7日星期二03: 51: 45 GMT连接:Keep-Alive标签:" 62831bd14

见https://Wang 123 . net/a/Linux -debian -install -openrestyhttps://openresty . org/cn/Linux -packages . html

关于在Debian11上安装Openresty服务(Nginx+Lua)的这篇文章到此为止。关于Debian安装Openresty服务的更多信息,请搜索主机频道zhujipindao之前的文章。或者继续浏览下面的相关文章。希望大家支持主机频道zhujipindao。以后多来com!

未经允许不得转载:主机频道 » 在Debian11上安装Openresty服务(Nginx+Lua)的详细教程

评论 抢沙发

评论前必须登录!