[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Webalizer Version 1.30



Hi,

> >I've installed Webalizer Version 1.30 from pkg.nl.cobalt.com it works
fine
> >the only things that it does not resolve the usage by country. It says
> >(Unresolved/Unknown 100%).
>
> I have the same problem. Could that be a bad configuration of the DNS ?

I take it you only see IP addresses when checking [Sites] in Webalizer's
output?

This can indicate two things:

1) Apache doesn't do hostname lookups (which is good)
2) Webalizer doesn't do hostname lookups (which is bad)

Fixes?

1) Replace "HostnameLookups Off" with "HostnameLookups On" in httpd.conf
(quick fix)
2) Perhaps some runtime options can be passed to Webalizer that make it do
lookups?
3) Install Webalizer from source (or get Cobalt to redistribute Webalizer
with the right options built in?)

Hope this helps... Nico