I'm running a rails app on an ubuntu 14.04 server. I've setup email error notifications. Basically part of my code checks to see the what the SERVER_NAME is and matches it to a record in the DB and serving content depending on that. But my question is not really about the error, but rather the suspicious requests.
I'm getting several per hour all from random remote IP addresses from around the world, but the SERVER_NAME is "localhost" instead of the set domain names which are setup to point to this rails app. Any idea how these requests as localhost are coming through and is it any cause for concern?
Thanks in advance!