"File does not exist" in logs

directynewadmin

New member
Joined
Aug 7, 2014
Messages
7
I have quite a lot logs like below

Code:
[Thu Aug 07 11:50:58 2014] [error] [client 208.115.113.92] File does not exist: /var/www/html/404.shtml
[Thu Aug 07 12:32:16 2014] [error] [client 208.115.113.82] File does not exist: /var/www/html/robots.txt
[Thu Aug 07 12:32:16 2014] [error] [client 208.115.113.82] File does not exist: /var/www/html/404.shtml
[Thu Aug 07 12:41:25 2014] [error] [client 192.99.39.74] File does not exist: /var/www/html/robots.txt
[Thu Aug 07 12:41:25 2014] [error] [client 192.99.39.74] File does not exist: /var/www/html/404.shtml
[Thu Aug 07 12:42:24 2014] [error] [client 192.99.201.182] File does not exist: /var/www/html/robots.txt
[Thu Aug 07 12:42:24 2014] [error] [client 192.99.201.182] File does not exist: /var/www/html/404.shtml
and last new one

Code:
[Fri Aug 08 07:26:02 2014] [error] [client 46.4.72.200] File does not exist: /var/www/html/404.shtml
[Fri Aug 08 07:26:12 2014] [error] [client 46.4.72.200] script '/var/www/html/usercp2.php' not found or unable to stat
[Fri Aug 08 07:26:12 2014] [error] [client 46.4.72.200] File does not exist: /var/www/html/404.shtml
[Fri Aug 08 07:26:18 2014] [error] [client 46.4.72.200] script '/var/www/html/usercp2.php' not found or unable to stat
[Fri Aug 08 07:26:18 2014] [error] [client 46.4.72.200] File does not exist: /var/www/html/404.shtml
[Fri Aug 08 07:26:24 2014] [error] [client 46.4.72.200] script '/var/www/html/usercp2.php' not found or unable to stat
[Fri Aug 08 07:26:24 2014] [error] [client 46.4.72.200] File does not exist: /var/www/html/404.shtml
[Fri Aug 08 07:26:33 2014] [error] [client 46.4.72.200] script '/var/www/html/usercp2.php' not found or unable to stat
[Fri Aug 08 07:26:33 2014] [error] [client 46.4.72.200] File does not exist: /var/www/html/404.shtml
[Fri Aug 08 07:26:39 2014] [error] [client 46.4.72.200] script '/var/www/html/usercp2.php' not found or unable to stat
[Fri Aug 08 07:26:39 2014] [error] [client 46.4.72.200] File does not exist: /var/www/html/404.shtml
[Fri Aug 08 08:10:50 2014] [error] [client 208.115.113.92] script '/var/www/html/misc.php' not found or unable to stat
[Fri Aug 08 08:10:50 2014] [error] [client 208.115.113.92] File does not exist: /var/www/html/404.shtml
[Fri Aug 08 08:34:56 2014] [error] [client 208.115.113.82] File does not exist: /var/www/html/robots.txt
[Fri Aug 08 08:34:56 2014] [error] [client 208.115.113.82] File does not exist: /var/www/html/404.shtml

I think I should not have any error messege files in /var/www/html/404.shtml so somethink is wrong. Can you help me and explain what is goin on?
 
Hello again!

Yes, I know that but problem is that on server I have only one domain xxxx.com and in the public_html folder of that domain I have custom error message files and they working great.

Why in logs something is trying open files in /var/www/html/. It doesn't make sense for me. Can somebody explain me what is going on?
 
been seeing the same thing, often the ip trying there is also shown on brute force monitor soon after and gets auto blocked.
I had been thinking about putting some generic html file there but wasn't sure of the repercussions, thanks for confirming it should be ok.
 
Back
Top