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

Re: [cobalt-developers] Webalizer - Country Analysis help



> At 13:46 02/11/00 +0000, GirishN wrote:
> >I'm using Webalizer on a RAQ3, one thing i'd like to do is use the
> >country analysis option. The config files show this as enabled. The
> >graph is displayed on the stats page but shows "Unresolved/Unknown
> >(100%)"
> >Any ideas what how i should go about getting this functionality ?
>
> look in the /etc/httpd/httpd.conf
>
> # HostnameLookups: Log the names of clients or just their IP numbers
> #   e.g.   www.apache.org (on) or 204.62.129.132 (off)

> # The default is off because it'd be overall better for the net if people
> # had to knowingly turn this feature on.
> #HostnameLookups off
> HostnameLookups on
>

This will cause a dns lookup everytime "hits" your server. As an alternitive
you can compile webalizer with dns lookups and do all your lookups at run
time.  You will get more ip numbers vs. hostnames however depending on how
often you run webalizer.

Zeffie