I would like to be able to see a breakdown of countries in my Webalizer statistics. Print

  • 0


It is possible to get a breakdown of countries in your Webalizer statistics but it is not enabled by default. This is because the software has to resolve the IPs into country names at the time of running and this can add minutes to the time it takes to run.

If you would still like to see a breakdown of countries then you need to edit the 'webalizer.conf' file inside your webalizer stats directory. Please add the following two lines:

DNSCache dns.cache
DNSChildren 1

If you see the following already there then just delete the "#" there ie:

# DNSCache dns.cache
# DNSChildren 1

Remove the # and space after.

If the file doesn't exist, you can create it.

Please note that this will not have any effect on any existing log files and will only update new files created after the amendment.

Was this answer helpful?

« Back