我正在运行一个Centos7
网络服务器。我注意到一些奇怪的 HTTPGET
请求,如下所示:
94.185.83.100 - - [29/Feb/2016:23:29:00 +0530] "GET http://testp1.piwo.pila.pl/testproxy.php HTTP/1.1" 404 390 "-" "Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/31.0"
185.25.151.159 - - [01/Mar/2016:07:36:40 +0530] "GET http://testp1.piwo.pila.pl/testproxy.php HTTP/1.1" 404 390 "-" "Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/31.0"
- 我与域没有任何联系
piwo.pila.pl
。它是如何出现在我的 Apache 中的access_log
? - 在
error_log
文档中,我的网络根目录下给出了相同的文档,即:[Mon Feb 29 23:29:00.175813 2016] [:error] [pid 11382] [client 94.185.83.100:43718] script 'myWebRoot/testproxy.php' not found or unable to stat
这是预期的行为吗?在跟踪相同请求但转换为文件系统上的 URL 的access_log
同时保留确切请求的记录?error_log