webalizer reverse dns problems

support

Active Member
Aug 30, 2003
28
0
151
hello,

The reverse dns for webalizer not working.It shows countries as unresolved IP.
Had the same problem with awstats.Resolved it but the problem sill exists for webalizer.

Please advice:(

Thanks
 

support

Active Member
Aug 30, 2003
28
0
151
I found the solution to the issue myself :D

Edit the httpd.conf file.
You can find the file in the /etc/httpd/conf directory. It is advised that you make a backup of the file BEFORE making any changes.

(from within the directory do the following)
cp httpd.conf httpd.conf.bak

Edit the file in your prefered editor, look for HostnameLookups and change the value to on. Save the file and restart the web server.

(from anywhere as root do the following)
/etc/rc.d/init.d/httpd restart

bye
:D :D