Error message flooding error.log

Discussion in 'Apache' started by Hari-Seldon, Aug 30, 2006.

  1. #1
    Hi all.

    I have a server with Apache 2.0.55 installed, and it works ok on the surface.

    But in the error.log file, I find several lines of this msg:

    sh: host: command not found
    Code (markup):
    Anyone knows what could be making this?


    Thanks.
     
    Hari-Seldon, Aug 30, 2006 IP
  2. Cryogenius

    Cryogenius Peon

    Messages:
    1,280
    Likes Received:
    118
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Apache is attempting to do a reverse DNS lookup on the IP addresses of your visitors. However, 'host' the program that does this is not installed on your server. (It's a standard Unix/Linux command).

    I suggest you turn off Reverse DNS Lookups. I don't know that the configuration setting is for this, but it should be pretty easy to find.

    Cryo.
     
    Cryogenius, Aug 30, 2006 IP
  3. sunday

    sunday Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0