【发布时间】:2020-01-21 09:35:58
【问题描述】:
我在 ubuntu Apache 上。最近它经常关闭并在重新启动后重新打开。我一直在分析 apache2 错误日志以查找原因。以前它报告 PHP 代码错误。但是在修复它之后,它现在会抛出不同的错误。
根据这些错误我可以得出什么结论?哪个可能会导致停机以及如何解决?
AH: scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.
AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
AH00687: Negotiation: discovered file(s) matching request: /opt/bitnami/apps/file_that_doesn't-exist
(70007)The timeout specified has expired: [client 148.251.79.134:60170] AH01075: Error dispatching request to : (polling)
AH00045: child process 5062 still did not exit, sending a SIGTERM
AH00046: child process 5299 still did not exit, sending a SIGKILL
AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
我已经完成了足够的谷歌搜索来理解每个错误。最重要的是,我想知道这些错误中的哪一个会导致服务器宕机?修复它的方法是什么?
【问题讨论】:
-
什么叫“服务器”? Apache 还是 Ubuntu 实例?
-
这是 ubuntu 上的 apache
标签: wordpress amazon-web-services apache ubuntu bitnami