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

[cobalt-users] Re: statistic problemes



> I used webalizer and awstats on my Raq4 but the stats Domains/Countries are
> always Unknown. In control panel Access By Domain Web Reports is actived

The DNS lookup on the IP addresses is not enabled.

A shortcut way to do it is to enable hostname lookups in Apache, so that the 
full hostnames are written into the logs directly. That adds some overhead to 
your web server.

Alternatively, figure out how to get DNS lookup/caching enabled in webalizer 
and awstats. I just did this for Webalizer on a generic Linux box, and had to 
install an older version of the Berkeley DB - it apparently only works with 
version 1.85h or something - and then compile Webalizer from source to use 
the new libraries. Dunno how that would go on a RaQ.  The webalizer "answer" 
on the website is to just turn on host lookups in Apache.  Personally I don't 
like this solution, but it does work.