Apache2错误日志充满了(13)权限被拒绝:和文件不存在:?

发布于 2024-11-16 13:38:50 字数 205 浏览 1 评论 0原文

之前这并没有困扰我,但现在当网站流量达到中等水平时,我在 error.log 中收到越来越多的此类消息:

File does not exist:
(13)Permission denied:

有趣的是,90% 被标记为权限被拒绝的文件实际上并没有存在于我的服务器上。

如何调试这种情况或者通常是什么原因导致的?

Before this was not bothering me, but now when website traffic has gone medium i get more and more of these messages in my error.log:

File does not exist:
(13)Permission denied:

What's funny about that is that 90% of the files that are being tagged as permission denied do not actually exist on my server.

How to debug this situation or what usually causes this?

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

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

发布评论

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

评论(1

枯叶蝶 2024-11-23 13:38:50

不用担心这个,这很常见。最有可能的原因是网络浏览器正在请求您网站的图标(您在浏览器标题栏上看到的小图标),但该图标不存在。除非您的用户开始抱怨链接损坏,否则我不会担心。

Do not worry about this, it is fairly common. Most likely it is because the web browser is requesting the favicon (that little icon you see on your browser's title bar) for your website but it does not exist. Unless your users start complaining about broken links I wouldn't worry about it.

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