gpt4 book ai didi

apache - 在 centos 中更新 httpd 后 SSL 不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 13:00:33 27 4
gpt4 key购买 nike

我错误地启动了命令

sudo yum install httpd

在我的服务器的命令行中。由于已经安装了 httpd,此命令已重新安装/更新了 httpd 但之后我无法再启动 httpd:启动命令

sudo /etc/init.d/httpd restart

我收到错误:

Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down

所以深入查看配置文件,我看到了

Listen 443

在 conf/httpd.conf 和 conf.d/ssl.conf 中。评论其中一个 httpd 服务正确启动,但似乎 SSL 无法正常工作,因为如果我访问某些我知道受 SSL 保护的页面,我会收到

404 Not found

有人知道我在那个更新中损坏了哪个配置吗?我该如何解决?

最佳答案

我想通了。有两个 _VirtualHost default:443(一个来自 httpd.conf,一个来自 ssl.conf)。

删除其中之一(我建议删除 httpd.conf 的一个以将所有 ssl 配置保留在 ssl.conf 文件中)一切都重新开始正常工作。

关于apache - 在 centos 中更新 httpd 后 SSL 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39979377/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com