Hi - I'm getting mysterious 404 error messages in my apache access logs. They look like this: <ip address> - - [22/Dec/2009:00:13:15 -0500] "GET /" 400 490 "-" "-" The strange thing is the ip address is the address of the linux server were apache is running. Any idea why my server is issuing these requests?
so is it a mysterious 404/400 request/error? Btw, there's this site that's great for looking up stuff! Ever heard of Google? http://www.checkupdown.com/status/E400.html Code (markup): It could be a script that's running on your server that's causing the error. Do you have any scripts that might try to access the server it's running on?