【Nginx】Nginx-1.28.1版本已恢复对CentOS 7的兼容性

2025年12月23日,Nginx-1.28.1最新稳定社区版发布,经过在虚拟机中测试,发现该版本可以在CentOS 7.9系统中成功编译、安装和运行。

objectivec 复制代码
[root@vm-localsystem sbin]# ./nginx -V
nginx version: nginx/1.28.1
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) 
configure arguments: --prefix=/usr/local/nginx1

[root@vm-localsystem sbin]# cat /etc/redhat-release 
CentOS Linux release 7.9.2009 (Core)

[root@vm-localsystem sbin]# uname -a
Linux vm-localsystem 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

[root@vm-localsystem conf]# ../sbin/nginx -t
nginx: the configuration file /usr/local/nginx1/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx1/conf/nginx.conf test is successful

[root@vm-localsystem conf]# ../sbin/nginx -s reload

[root@vm-localsystem conf]# ps -ef| grep nginx| grep -v grep
root       4387      1  0 15:19 ?        00:00:00 nginx: master process ./nginx
nobody     4536   4387  0 15:32 ?        00:00:00 nginx: worker process
nobody     4537   4387  0 15:32 ?        00:00:00 nginx: worker process

但是,官方的change文档中,并未提及"修复了1.28.0版本在CentOS 7版本中编译报错的问题"。该稳定版的上一个版本(1.28.0)在CentOS 7.9系统中编译失败。

Nginx-1.28.1官方下载地址:

Stable version

|-----------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| CHANGES-1.28 | nginx-1.28.1 pgp | nginx/Windows-1.28.1 pgp |

适配el8、el9系统的rpm包下载地址:

复制代码
nginx-1.28.1-1.el8.ngx.x86_64.rpm                 23-Dec-2025 19:57             1006424
复制代码
nginx-1.28.1-1.el9.ngx.x86_64.rpm                 23-Dec-2025 19:57             1042731
相关推荐
闲云一鹤1 天前
nginx 快速入门教程 - 写给前端的你
前端·nginx·前端工程化
碳基沙盒1 天前
OpenClaw 多 Agent 配置实战指南
运维
xy123061 天前
OpenStack Train 部署实战(三)控制节点--keystone服务
centos·openstack
蝎子莱莱爱打怪4 天前
Centos7中一键安装K8s集群以及Rancher安装记录
运维·后端·kubernetes
何中应4 天前
Nginx转发请求错误
前端·后端·nginx
DianSan_ERP5 天前
电商API接口全链路监控:构建坚不可摧的线上运维防线
大数据·运维·网络·人工智能·git·servlet
呉師傅5 天前
火狐浏览器报错配置文件缺失如何解决#操作技巧#
运维·网络·windows·电脑
不是二师兄的八戒5 天前
Linux服务器挂载OSS存储的完整实践指南
linux·运维·服务器
欧云服务器5 天前
怎么让脚本命令可以同时在centos、debian、ubuntu执行?
ubuntu·centos·debian