由于 httpd 启动错误,Mediawiki 将无法工作
Mediawiki won't work because of httpd start error
我的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 来解决这个问题 folder.But 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
如何解决?谢谢
我的解决方案是在 /etc/httpd/conf.d/nss.conf 文件中注释以下行:
#LoadModule nss_module modules/libmodnss.so
#Listen 8443
服务 httpd 启动
它又起作用了!
谢谢大家!
我的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 来解决这个问题 folder.But 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
如何解决?谢谢
我的解决方案是在 /etc/httpd/conf.d/nss.conf 文件中注释以下行:
#LoadModule nss_module modules/libmodnss.so
#Listen 8443
服务 httpd 启动 它又起作用了! 谢谢大家!