My webalizer country section show 100% unresolved, how to fix it? thanks

oceanwavecn

Verified User
Joined
May 2, 2007
Messages
9
My webalizer country section show 100% unresolved, how to fix it? thanks:)

DA version: 1.29.6
Webalizer: 2.01
 
Hello,

You'd need to tell webalizer that you want them to resolve.
The example in this guide happens to be how:
http://help.directadmin.com/item.php?id=27 (reverse IP lookup)

If your webalizer does not have the dns compiled in (many don't) then you'd need to recompile it.
Code:
mv /usr/bin/webalizer /usr/bin/webalizer.moved
cd /usr/local/directadmin/customapache
./build webalizer
John
 
John,

We found this change in httpd.conf:
Code:
[root@da17 conf]# diff httpd.conf httpd.conf.back
246c246
< HostnameLookups On
---
> HostnameLookups Off
[root@da17 conf]#
Jeff
 
Hi .. I did this .. but it failed - something about zlib missing? ..

not webalizer isn't doing anything ..

how can i get it going again?
 
Back
Top