]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Sun, 17 Jun 2001 16:20:18 +0000 (16:20 +0000)
committereldy <>
Sun, 17 Jun 2001 16:20:18 +0000 (16:20 +0000)
cgi-bin/awstats.model.conf

index 579d7fb3129e49ef2556ec0c9b5af7fc313984a8..c80dc871d4fe5de0f729afb288ef122e4d6a3799 100644 (file)
@@ -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=""