From: eldy <> Date: Sun, 17 Jun 2001 16:20:18 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_1_0~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623d32afcd327cdaf8395c8eeafae9b53386cddc;p=thirdparty%2FAWStats.git no message --- diff --git a/cgi-bin/awstats.model.conf b/cgi-bin/awstats.model.conf index 579d7fb3..c80dc871 100644 --- a/cgi-bin/awstats.model.conf +++ b/cgi-bin/awstats.model.conf @@ -137,16 +137,20 @@ DefaultFile="index.html" # This parameter is used to analyze referer field in log file and to help # AWStats to know if a referer URL is a local URL of same site or an URL of # another site. +# Note: \. means . # Example: "www\.myserver\.com x\.y\.z\.w localhost 127\.0\.0\.1" # HostAliases="www\.myserver\.com x\.y\.z\.w localhost 127\.0\.0\.1" -# Do not include access from clients that match following IP address or -# hostname. To add a hostname matching criteria, DNS lookup must be already -# done in your server log file. +# Do not include access from clients that match following criterias. +# If your log file contains IP adresses in host field, you must put here +# matching IP adresses criterias. +# If DNS lookup is already done in your log file, you must put here hostname +# criterias. # Note: Use space between each value. # Note: \. means . -# Example: "163\.84\. 202\.129\.64\.207 abcxyz" +# Example: "127\.0\.0\.1 163\.84\. 202\.129\.64\.207" +# Example: "localhost abcxyz" # Default: "" # SkipHosts=""