解决这些 Plesk 错误消息的最佳方法是什么?

发布于 2024-10-04 18:14:06 字数 411 浏览 5 评论 0原文

我的 MediaTemple DV 服务器上经常出现以下错误。

 Web Server (Apache) on myrootdomain.com is down
 Web Server (Apache) on myrootdomain.com has been started

 Plesk Web Server on myrootdomain.com is down
 Plesk Web Server on myrootdomain.com has been started

我每天至少收到一份,有时更多。 MediaTemple 的帮助不是很大,因为 DV 是自我管理的。因此,我担任系统管理员。任何帮助都会很棒!我有一些重要的站点在此服务器上运行,每次出现这些错误时,Apache 都会重新启动,并导致大约 10 分钟的停机时间。

I get the following error regularly on my MediaTemple DV server.

 Web Server (Apache) on myrootdomain.com is down
 Web Server (Apache) on myrootdomain.com has been started

 Plesk Web Server on myrootdomain.com is down
 Plesk Web Server on myrootdomain.com has been started

I get at least one, sometimes more, every single day. MediaTemple aren't being very helpful as DV are self-managed. So it falls to me to be the sysadmin. Any help would be great! I have some important sites running on this server and every time I get these errors I get about 10 minutes downtime whilst Apache restarts.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

渡你暖光 2024-10-11 18:14:06

假设它是一个Linux系统,你可能想尝试lsof(列出打开的文件)。
查看服务器崩溃时哪些文件被访问。

但要小心,lsof 可以生成大量输出,所以你最好运行它
通过管道。 lsof | egrep -i (apache|plesk)

或者无论进程的名称是什么。

Assuming it's a linux system, you might want to try lsof (list open files).
See what files get accessed on the moment your server crashes.

Be careful though, lsof can generate a lot of output, so you better run it
trough a pipe. lsof | egrep -i (apache|plesk)

Or whatever the name is of the process.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文