Apache2错误日志充满了(13)权限被拒绝:和文件不存在:?
之前这并没有困扰我,但现在当网站流量达到中等水平时,我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不用担心这个,这很常见。最有可能的原因是网络浏览器正在请求您网站的图标(您在浏览器标题栏上看到的小图标),但该图标不存在。除非您的用户开始抱怨链接损坏,否则我不会担心。
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.