logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: File does not exist error in error logs
Author
sahillihas8487



Joined: 02 Sep 2009
Posts: 8

PostPosted: Wed 23 Sep '09 23:52    Post subject: File does not exist error in error logs Reply with quote

I am using apache 2.2.11 on windows server2003.
I have noticed some kind of FILE DOES NOT EXIST error in my error log file. when i go through the path i find no file of that name.I am using joomla as well.
what can be the solutions ?

reply me if any other information is required.
Thanks in advance........
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 24 Sep '09 0:32    Post subject: Reply with quote

well .. I get a couple hundred 404s a day and there is nothing wrong.

Every MS Internet Exploder tries to grab the file favicon.ico and if it does not exists, a 404 shows up in log.

[Sat Aug 22 06:47:54 2009] [error] [client 71.243.21.102] File does not exist: H:/home/htdocs/public_html/favicon.ico

The Evil-doers when they scan a server for vulnerabilities scan for pretty much everything known to man regardless of what server software you are running, what is not on your server will leave a 404 in the error log.

[Mon Sep 21 23:03:02 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/README
[Mon Sep 21 23:03:02 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde
[Mon Sep 21 23:03:02 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde2
[Mon Sep 21 23:03:03 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde3
[Mon Sep 21 23:03:03 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde-3.0.5
[Mon Sep 21 23:03:03 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde-3.0.6
[Mon Sep 21 23:03:04 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde-3.0.7
[Mon Sep 21 23:03:04 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde-3.0.8
[Mon Sep 21 23:03:04 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/horde-3.0.9
[Mon Sep 21 23:03:04 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/mail
[Mon Sep 21 23:03:05 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/email
[Mon Sep 21 23:03:05 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/webmail
[Mon Sep 21 23:03:05 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/newmail
[Mon Sep 21 23:03:06 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/mails
[Mon Sep 21 23:03:06 2009] [error] [client 201.117.193.230] File does not exist: H:/home/htdocs/public_html/mailz


There is nothing wrong with this.
Back to top


Reply to topic   Topic: File does not exist error in error logs View previous topic :: View next topic
Post new topic   Forum Index -> Apache