Question to on httpd error_log

djmix

Verified User
Joined
Mar 30, 2009
Messages
6
Hi. I have a question. When I execute command
tail -f /var/log/httpd/error_log

I get the following
[Tue Jun 16 16:32:24 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/1/s.php
[Tue Jun 16 16:32:28 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:32:31 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:32:39 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:32:39 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/1/s.php
[Tue Jun 16 16:32:42 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:32:45 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/1/s.php
[Tue Jun 16 16:32:49 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:32:53 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:00 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:01 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/1/s.php
[Tue Jun 16 16:33:03 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:11 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:14 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:21 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:24 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:25 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/1/s.php
[Tue Jun 16 16:33:32 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:35 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:40 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/1/s.php
[Tue Jun 16 16:33:42 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:45 2009] [error] [client 75.2.32.157] File does not exist: /var/www/html/spm.php
[Tue Jun 16 16:33:46 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/1/s.php
[Tue Jun 16 16:33:53 2009] [error] [client 74.167.122.147] File does not exist: /var/www/html/spm.php

At what a query goes from different IP. that it can be? how to fight? Thank
 
Why not? More than one visitor, from more than one IP#, may be looking at your site.

A busy site will have interleaved lines from lots of visitors.

Jeff
 
Do you have those files? Did you ever have those files?

If not, then there's probably nothing to worry about; someone is probably just trying to send spam through your server.

Jeff
 
Back
Top