From: eldy <>
Date: Sat, 26 Jul 2003 16:21:17 +0000 (+0000)
Subject: Updated documentation
X-Git-Tag: AWSTATS_5_7_BETA~45
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62666eaf6e648d4b950a4e9b1e2eaad8dc25e26;p=thirdparty%2FAWStats.git
Updated documentation
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 5d091662..57a169b2 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -340,15 +340,18 @@ when reading it), follow the example:
# If you want to have hosts reported by name instead of ip address, AWStats
# need to make reverse DNS lookups (if not already done in your log file).
# With DNSLookup to 0, all hosts will be reported by their IP addresses and
-
# not by the full hostname of visitors.
-
# If you want to set DNSLookup to 1, don't forget that this will reduce
+
# not by the full hostname of visitors (except if names are already available
+
# in log file).
+
# If you want/need to set DNSLookup to 1, don't forget that this will reduce
# dramatically AWStats update process speed. Do not use on large web sites.
-
# Note: Country detection can works without reverse DNS lookup if plugin
-
# 'geoip' is enabled (faster and more accurate than reverse DNS lookup).
+
# Note: Reverse DNS lookup is done on IPv4 only (Enable ipv6 plugin for IPv6).
+
# Note: Result of DNS Lookup can be used to build the Country report. However
+
# it is highly recommanded to enable the plugin 'geoipfree' or 'geoip' to
+
# have an accurate Country report with no need of DNS Lookup.
# Possible values:
# 0 - No DNS Lookup
# 1 - DNS Lookup is fully enabled
-
# 2 - DNS Lookup is made only from DNS cache files (if exist)
+
# 2 - DNS Lookup is made only from static DNS cache file (if it exists)
# Default: 2
#
DNSLookup=2
diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf
index 2fe7beec..3f014d71 100644
--- a/wwwroot/cgi-bin/awstats.model.conf
+++ b/wwwroot/cgi-bin/awstats.model.conf
@@ -145,17 +145,18 @@ HostAliases="localhost 127.0.0.1 REGEX[^.*\.myserver\.com$]"
# If you want to have hosts reported by name instead of ip address, AWStats
# need to make reverse DNS lookups (if not already done in your log file).
# With DNSLookup to 0, all hosts will be reported by their IP addresses and
-# not by the full hostname of visitors.
-# If you want to set DNSLookup to 1, don't forget that this will reduce
+# not by the full hostname of visitors (except if names are already available
+# in log file).
+# If you want/need to set DNSLookup to 1, don't forget that this will reduce
# dramatically AWStats update process speed. Do not use on large web sites.
-# Note: Reverse DNS lookup is done on IPv4 only.
-# Note: Country detection can work without reverse DNS lookup if plugin
-# 'geoipfree' or 'geoip is enabled (faster and more accurate than reverse DNS
-# lookup).
+# Note: Reverse DNS lookup is done on IPv4 only (Enable ipv6 plugin for IPv6).
+# Note: Result of DNS Lookup can be used to build the Country report. However
+# it is highly recommanded to enable the plugin 'geoipfree' or 'geoip' to
+# have an accurate Country report with no need of DNS Lookup.
# Possible values:
# 0 - No DNS Lookup
# 1 - DNS Lookup is fully enabled
-# 2 - DNS Lookup is made only from static DNS cache file (if exists)
+# 2 - DNS Lookup is made only from static DNS cache file (if it exists)
# Default: 2
#
DNSLookup=2