[Sat Nov 03 21:06:58 2007] [error] [client ::1] File does not exist..//

lost123

Verified User
Joined
Nov 1, 2007
Messages
7
Hi,


My Apache Error Log is filled with these:
Code:
[Sat Nov 03 21:06:41 2007] [error] [client ::1] File does not exist: /var/www/html/400.shtml
[Sat Nov 03 21:06:43 2007] [error] [client ::1] File does not exist: /var/www/html/400.shtml
[Sat Nov 03 21:06:47 2007] [error] [client ::1] File does not exist: /var/www/html/400.shtml
[Sat Nov 03 21:06:57 2007] [error] [client ::1] File does not exist: /var/www/html/400.shtml
[Sat Nov 03 21:06:58 2007] [error] [client ::1] File does not exist: /var/www/html/400.shtml


It's keeps on flling up with these lines.


What does [error] [client ::1] mean?

How come that line keeps on appearing?
 
I got the same problem on one off my (recently installed DA) server.

It seems like your httpd.conf file has the error files enabled and the files do not exist. I believe the httpd.conf file is located in /etc/httpd/conf/

Search that file for 400.shtml and comment out the line it's on.

Regards,
 
I think i found in into:

/etc/httpd/confextra/http.multilang-errordoc.conf.


I comment out "ErrorDocument 400 /400.shtml" nd it works.
 
Back
Top