【发布时间】:2017-06-21 02:50:54
【问题描述】:
我的mediawiki在httpd服务器上安装了两年多,今天重启httpd出现如下错误
Unable to verify certificate 'Server-Cert'. Add "NSSEnforceValidCerts off" to nss.conf so the server can start until the problem can be resolved.
我通过在 conf.d 文件夹的 nss.conf 中添加 NSSEnforceValidCerts off 来解决这个问题。但是 httpd 仍然不会以以下错误开始:
[warn] _default_ VirtualHost overlap on port 8443, the first has precedence (98)Address already in use: make_sock: could not bind to address 8443
如何解决?谢谢
【问题讨论】:
-
检查端口 8443 是否已在某处使用?
-
我使用lsof -i:8443查看,没有发现任何进程使用该端口
-
@snow8261 请提供您的虚拟主机配置,以便更好地了解您的问题。
-
Stack Overflow 是一个编程和开发问题的网站。这个问题似乎离题了,因为它与编程或开发无关。请参阅帮助中心的What topics can I ask about here。也许Super User 或Unix & Linux Stack Exchange 会是一个更好的提问地点。