奇怪的 Apache 错误日志

奇怪的 Apache 错误日志

可能重复:
这些奇怪的访问请求是什么?

[Thu May 03 11:39:36 2012] [error] [client 200.159.40.31] File does not exist: /var/www/w00tw00t.at.blackhats.romanian.anti-sec:)
[Thu May 03 11:39:36 2012] [error] [client 200.159.40.31] File does not exist: /var/www/phpMyAdmin
[Thu May 03 11:39:37 2012] [error] [client 200.159.40.31] File does not exist: /usr/share/phpmyadmin/scripts
[Thu May 03 11:39:37 2012] [error] [client 200.159.40.31] File does not exist: /var/www/pma
[Thu May 03 11:39:37 2012] [error] [client 200.159.40.31] File does not exist: /var/www/myadmin
[Thu May 03 11:39:38 2012] [error] [client 200.159.40.31] File does not exist: /var/www/MyAdmin

是否有人在攻击我的服务器?如果是,我该怎么做才能防止这种情况发生?我使用的是 Debian Squeeze。

谢谢

答案1

这些都是破坏性尝试。在线网络服务器上收到此类请求是正常的。无需担心,因为它会返回 404 错误(未找到)。

您只需要确保您的私人数据没有暴露在该服务器上。

相关内容