]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
DNSLookup is 0 by default.
authoreldy <>
Fri, 24 Aug 2001 18:52:46 +0000 (18:52 +0000)
committereldy <>
Fri, 24 Aug 2001 18:52:46 +0000 (18:52 +0000)
wwwroot/cgi-bin/awstats.model.conf

index 5021a4995c3dd7b7a80a0d190d5f2c4e1b7d6d9d..53564f3fc3df1ca50cbe2c4432d930f88b4db76c 100644 (file)
@@ -60,12 +60,17 @@ LogFile="/var/log/httpd/mylog.log"
 #
 LogFormat=1
 
-# If hostnames are already resolved in your logfile, or if you don't want
-# AWStats to make reverse DNS lookup, set this to 0 to increase performances.
-# Possible values: 1 or 0
-# Default: 1
+# If you want to have informations on domains/countries visitors, you must ask
+# AWStats to make reverse DNS lookup (if not already done in your log file).
+# If you set DNSLookup to 1, don't forget that reverse DNS lookup decrease
+# seriously AWStats time processing.
+# If you keep DNSLookup to 0, all hosts will be reported by the IP addresses
+# and not by the full hostname of visitors. Domain/Country chart will also 
+# report all visitors from a domain/country "Unknown".
+# Possible values: 0 or 1
+# Default: 0
 # 
-DNSLookup=1
+DNSLookup=0
 
 # Set "DirData" to a directory where you want AWStats to save its database and
 # working files into.