统信吧 关注:252贴子:278
  • 1回复贴,共1

咱们自己用源码安装软件,已经离开国产两字了吧?

只看楼主收藏回复

事情的起因是当地找来某安全软件公司来搞检查,说我自己玩的统信服务器安装的nginx-1.14.1有安全漏洞,要整改。
我第一步当然想官方仓库能有新版的nginx了,但是失望了。
于是上nginx官网下载稳定版1.28.0,解压,源代码编译,修改配置文件,搞定。
[root@localhost ~]# nginx -v
nginx version: nginx/1.28.0
[root@localhost ~]# systemctl status nginx
● nginx.service - The nginx HTTP Server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/nginx.service.d
└─php-fpm.conf
Active: active (running) since Fri 2025-08-15 16:33:58 CST; 4min 38s ago
Process: 6174 ExecStart=/usr/local/nginx/sbin/nginx (code=exited, status=0/SUCCESS)
Main PID: 6175 (nginx)
Tasks: 2
Memory: 24.8M
CGroup: /system.slice/nginx.service
├─6175 nginx: master process /usr/local/nginx/sbin/nginx
└─6176 nginx: worker process
8月 15 16:33:58 localhost.localdomain systemd[1]: Starting The nginx HTTP Server...
8月 15 16:33:58 localhost.localdomain systemd[1]: Started The nginx HTTP Server.
[root@localhost ~]#
但是这样以后不是不太统信么?


IP属地:广西1楼2025-08-15 16:47回复


    IP属地:广西2楼2025-08-15 17:13
    回复