# 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=""