I want to resolve countries in stats

donkeyKICK

Verified User
Joined
Jul 24, 2007
Messages
389
I have hostname lookup on in my httpd.conf file, but still all countries are "unknown" in both awstats and webalizer.

I'd like to have that resolve so any help would be greatly appreciated.
 
I tried googling it, but I didn't find what I need. It doesn't work for either awstats, or webalizer. Also, I already have Hostname lookup on.

From the google articles from desynced, it appears I have to reinstall webalizer. I didn't find anything about the awstats not working either. Does that need to be reinstalled? I just did a vanilla install of these with custombuild. Does custombuild not do these right?
 
It worked fine for me with the fresh install on a CentOS 5.3 server I just rolled out. Of course, the previous days arent going to resolve until the cron job runs the webalizer update that night. Then I started seeing hostnames. I saw you posted that you configured httpd.conf for it, but also the instructions says to edit the webalizer.conf.
 
if you are referring to
Code:
DNSCache /var/cache/|DOMAIN|.dns_cache.db
DNSChildren 10
then I have already done that, but that doesn't explain why it also doesn't work with awstats.


what is the exact syntax needed to turn on hostname looksup? I used
Code:
HostnameLookups On
ErrorLog /var/log/httpd/error_log
 
Back
Top