【发布时间】:2013-02-21 22:17:45
【问题描述】:
我的错误日志中反复出现一个错误。我在 cpanel 的错误日志以及 AW 统计报告中看到它。
错误如下所示:
/my_directory/'%20+%20protocol_host%20+%20'/images/greenthumb.png
/my_directory/'%20+%20protocol_host%20+%20'/images/imgsicon.png
我每天都会看到数千次。
上例中的合法路径是这样的:
/my_directory/page.php?id=123454
(i.e www.my_site.com/my_directory/page.php?id=123454)
您知道这个协议主机指的是什么以及为什么它会如此频繁地访问我的错误日志吗?
在发布此问题之前,我的研究使我找到了与 Windows 操作系统计算机上的搜索索引器相关的内容,但我看不到连接。
一如既往地提前感谢
【问题讨论】:
-
您可以使用命令行工具(例如 grep)在代码库的某处查找模式 protocol_host 吗?
grep -rn protocol_host ./directory
标签: php http-status-code-404 lamp error-log