【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 天前
一键部署不是为了省时间 —— 它是把"买来的 PaaS"变成"自己的平台"的拐点
运维·zabbix·工程化·一键部署·平台化·边界设计
江华森1 天前
动手实战学 Docker — 从零到集群编排完全指南
运维
Avan_菜菜2 天前
FRP 内网穿透完整实战:从 HTTP 映射到 HTTPS 自签代理
运维·nginx·https
SelectDB3 天前
Litefuse 开源并推出单进程轻量模式,25 秒就能跑起来的 Agent 可观测与评估平台
运维·后端·自动化运维
XIAOHEZIcode5 天前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
用户0328472220705 天前
如何搭建本地yum源(上)
运维
ping某6 天前
为什么 Nginx 明明监听了 80,转发后端时却用了 4xxxx 端口?
后端·nginx
大树888 天前
金刚石散热越强,管路越先见顶
大数据·运维·服务器·人工智能·ai
摇滚侠8 天前
Linux CentOS7 rpm 安装 MySQL 5.7
linux·运维·mysql
霸道流氓气质8 天前
领域驱动设计(DDD)在 Spring Boot 微服务中的实践指南
运维·spring boot·微服务