Where is Awstats

Discussion in 'General Questions' started by ewhitecap, Apr 2, 2015.

  1. ewhitecap

    ewhitecap Bit poster

    Messages:
    1
    Hi, I'd like to implement the following but I don't know the path to awstats. Can you help?

    FAQ-COM140 : HOW CAN I EXCLUDE MY IP ADDRESS (OR WHOLE SUBNET MASK) FROM STATS ?
    PROBLEM:
    I don't want to see my own IP address in the stats or I want to exclude counting visits from a whole subnet.
    SOLUTION:
    You must edit the config file to change the SkipHosts parameter.
    For example, to exclude:
    all sub hosts xxx.myintranet.com, use SkipHosts="REGEX[\.myintranet\.com$]" (This one works only if DNS lookup is already done in your log file).
    • your own IP address 123.123.123.123, use SkipHosts="123.123.123.123"
    • the whole subnet 123.123.123.xxx, use SkipHosts="REGEX[^123\.123\.123\.]"
     

Share This Page