Apache 无法启动

Apache 无法启动

如题:

在 apaches 文件夹 ssl 和 ssl/private (etc/apache2/ssl) 中添加了 ssl 证书和密钥

运行 apache -config test 导致错误,提示密钥文件在私人文件夹中丢失或为空,以 sudo 身份运行,输出 OK,没有错误。

运行启动 apache 服务时出现错误退出代码 1,请查看错误日志

在 apache 错误日志中显示 ssl 密钥和证书错误(这些证书来自我的域名供应商)基本上将这些内容剪切并粘贴到 ssl/ssl.crt 和 ssl/private/key.key 中

正确将配置指向它们。以 sudo 身份运行后,我在 apache test config 命令上得到了 OK

来启动 apache 服务,journal-xe 中没有失败的原因,只是退出代码 1

以 10 分钟为间隔重复该命令几次以查看日志,我在日志中检查的时间戳没有添加任何额外内容。

还有其他值得关注的地方吗?谢谢

已编辑发布日志

Jan 14 14:32:19 thanatos systemd[1]: Starting The Apache HTTP Server...
Jan 14 14:32:19 thanatos apachectl[2118]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to supp>
Jan 14 14:32:19 thanatos apachectl[2095]: Action 'start' failed.
Jan 14 14:32:19 thanatos apachectl[2095]: The Apache error log may have more information.
Jan 14 14:32:19 thanatos systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Jan 14 14:32:19 thanatos systemd[1]: apache2.service: Failed with result 'exit-code'.
Jan 14 14:32:19 thanatos systemd[1]: Failed to start The Apache HTTP Server.

Apache 错误日志:

[Thu Jan 13 14:37:56.373695 2022] [ssl:emerg] [pid 739] AH02565: Certificate and private key thanatos.wh-computers.co.uk:443:0 from /etc/ssl/private/sslcert.crt and /etc/ssl/private/sslkey.key do not match
AH00016: Configuration Failed

相关内容