setting DNSLookup to awstats to 0, you should use geoip for country localization
This commit is contained in:
parent
b2dca9d915
commit
5bda690926
|
@ -178,7 +178,7 @@ LogSeparator=" "
|
||||||
# 2 - DNS Lookup is made only from static DNS cache file (if it exists)
|
# 2 - DNS Lookup is made only from static DNS cache file (if it exists)
|
||||||
# Default: 2
|
# Default: 2
|
||||||
#
|
#
|
||||||
DNSLookup=1
|
DNSLookup=0
|
||||||
|
|
||||||
|
|
||||||
# When AWStats updates its statistics, it stores results of its analysis in
|
# When AWStats updates its statistics, it stores results of its analysis in
|
||||||
|
|
|
@ -3,8 +3,9 @@ alternc (3.1.3) oldstable; urgency=low
|
||||||
* fix opendkim listening on *
|
* fix opendkim listening on *
|
||||||
* fix a probable privilege escalation in cron management
|
* fix a probable privilege escalation in cron management
|
||||||
* fix a random number generation issue in PHP (rand automatically initialized by time(), not better!)
|
* fix a random number generation issue in PHP (rand automatically initialized by time(), not better!)
|
||||||
|
* fix some shell_exec() or exec() not using escapeshellarg in PHP.
|
||||||
|
|
||||||
-- Benjamin Sonntag <benjamin@sonntag.fr> Mon, 24 Nov 2014 11:17:12 +0100
|
-- Benjamin Sonntag <benjamin@sonntag.fr> Mon, 27 Nov 2014 11:17:12 +0100
|
||||||
|
|
||||||
alternc (3.1.2) oldstable; urgency=low
|
alternc (3.1.2) oldstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue