Apache/2.2.3 (CentOS) (internal dummy connection)"

Discussion in 'Apache' started by saqistation, Nov 12, 2009.

  1. #1
    hi
    this is my httpd log file.
    and i want to say that i m facing some extra load on my vps.
     
    saqistation, Nov 12, 2009 IP
  2. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #2
    tolra, Nov 12, 2009 IP
  3. Ben Cousins

    Ben Cousins Active Member

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #3
    You're not; the Dummy Connections do not account for any traffic.
     
    Ben Cousins, Jul 6, 2016 IP
  4. 24x7servermanagement

    24x7servermanagement Greenhorn

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    23
    #4
    If you wish to exclude them from your log, you can use normal conditional-logging techniques. For example, to omit all requests from the loopback interface from your logs, you can use
    SetEnvIf Remote_Addr "127\.0\.0\.1" loopback
    
    Code (markup):
    and then add env=!loopback to the end of your CustomLog directive.
     
    24x7servermanagement, Jul 7, 2016 IP