石头 发表于 2020-10-28 21:39:22

军哥,请帮忙看下这个错误提醒是什么意思

今天在服务器执行了: yum -y update
结果站点无法访问了,重启lnmp给出的信息如下
lnmp restart
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            https://lnmp.org             |
+-------------------------------------------+
Stoping LNMP...
Stoping nginx... nginx is not running.
Gracefully shutting down php-fpm . done
Starting LNMP...
Starting nginx... nginx: BIO_new_file("/usr/local/nginx/conf/ssl/dhparam.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/usr/local/nginx/conf/ssl/dhparam.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
failed
Starting php-fpmdone
这个错误提示是不是说证书配置有问题呢?

licess 发表于 2020-10-29 09:00:50

/usr/local/nginx/conf/ssl/dhparam.pem 这个是ssl配置时自动生成的文件,没有会报错,可以执行命令:openssl dhparam -out /usr/local/nginx/conf/ssl/dhparam.pem 2048 重新生成一下
没事不建议yum update,update会更新内核某些特例下的vps更新内核后会无法启动

石头 发表于 2020-10-29 20:40:21

licess 发表于 2020-10-29 09:00
/usr/local/nginx/conf/ssl/dhparam.pem 这个是ssl配置时自动生成的文件,没有会报错,可以执行命令:opens ...

谢谢军哥,解决了。我怕系统会出现漏洞,所以总会隔一段时间就执行yum update。有什么好的方式来修补系统的漏洞吗?

licess 发表于 2020-10-30 08:45:33

石头 发表于 2020-10-29 20:40
谢谢军哥,解决了。我怕系统会出现漏洞,所以总会隔一段时间就执行yum update。有什么好的方式来修补系统 ...

系统上的漏洞很少会出现比较重大的漏洞,不同的漏洞方法也可能不同,一般情况是升级对于软件的软件包就行了
出现最多的就是网站程序上的漏洞

石头 发表于 2020-10-31 17:49:45

好的,谢谢军哥:loveliness:
页: [1]
查看完整版本: 军哥,请帮忙看下这个错误提醒是什么意思