Web Hosting Talk







View Full Version : Webalizer 2.01 - No Country Stats


Andrew Pakula
02-15-2003, 06:54 PM
After I got a system restore done on my raq I reinstalled Webalizer(installed the latest version 2.01) however I've noticed it is not reporting th Country stats.

What do I need to change with Webalizer to make it report the Usage by Country?

cgisupp
02-15-2003, 10:12 PM
Hi, in your /etc/httpd/conf/httpd.conf you just need to change
the line

HostnameLookups off

to

HostnameLookups on

and then restart Apache.

/etc/rc.d/init.d/httpd restart

- Bruce