这些行是Apache错误日志中的错误或信息吗?(Are these lines an error or info in Apache's error log?)

编程入门 行业动态 更新时间:2024-10-27 05:25:46
这些行是Apache错误日志中的错误或信息吗?(Are these lines an error or info in Apache's error log?)

我刚刚查看了我的error_logs,这是我在一段时间内没有做过的特定站点,在Apache的error_log中我找到了数百行具有相同格式的行:

[Mon Mar 16 19:20:03 2009] [error] [client xx.81.239.xxx] [Mon Mar 16 19:20:03 2009] [info] Executing "/home/get/public_html/fileReader.php" as UID 32596, GID 32599, referer: http://www.mysite.com/index.php [Mon Mar 16 19:20:03 2009] [error] [client xx.3.27.xx] [Mon Mar 16 19:20:03 2009] [info] Executing "/home/get/public_html/fileReader.php" as UID 32596, GID 32599, referer: http://www.mysite.com/index.php [Mon Mar 16 19:20:03 2009] [error] [client xx.202.191.xx] [Mon Mar 16 19:20:02 2009] [info] Executing "/home/get/public_html/fileReader.php" as UID 32596, GID 32599, referer: http://www.mysite.com/index.php

我有谷歌搜索,并找不到任何关于此。 这是什么意思? 它甚至是一个错误? 如果没有,方式记录它?

谢谢大家

I have just looked at my error_logs for a particular site of mine which I haven't done in a while and in Apache's error_log i find hundreds of lines that have this same format:

[Mon Mar 16 19:20:03 2009] [error] [client xx.81.239.xxx] [Mon Mar 16 19:20:03 2009] [info] Executing "/home/get/public_html/fileReader.php" as UID 32596, GID 32599, referer: http://www.mysite.com/index.php [Mon Mar 16 19:20:03 2009] [error] [client xx.3.27.xx] [Mon Mar 16 19:20:03 2009] [info] Executing "/home/get/public_html/fileReader.php" as UID 32596, GID 32599, referer: http://www.mysite.com/index.php [Mon Mar 16 19:20:03 2009] [error] [client xx.202.191.xx] [Mon Mar 16 19:20:02 2009] [info] Executing "/home/get/public_html/fileReader.php" as UID 32596, GID 32599, referer: http://www.mysite.com/index.php

I have Googled and could not find anything on this. What does it mean? Is it even an error? If not, way record it?

Thanks all

最满意答案

这些日志条目源自 suPHP 。 他们是信息消息,而不是错误(代码说logger.logInfo(...) , 而不是 logger.logError(...) )。 您可以通过将suPHP的日志loglevel 配置选项设置为“警告”,“错误”或“无”来禁止它们。

these log entries originate from suPHP. they are info messages, not errors (the code says logger.logInfo(...), not logger.logError(...)). you can suppress them by setting suPHP's loglevel configuration option to "warn", "error", or "none".

更多推荐

本文发布于:2023-07-08 00:58:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1070181.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误   日志   信息   Apache   log

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!