[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] webalizer
- Subject: RE: [cobalt-users] webalizer
- From: "Tom Cameron" <tomcameron@xxxxxxxxxxxxxxx>
- Date: Thu Mar 13 18:43:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
=>
=>
=> Hi, I have a raq550 with webalizer from pkgmaster, I have the
=> next problem:
=> Usage by country also is unresolved/unknow
=>
=> Can you help-me, please?
go to webalizer.com and download the sample webalizer.conf file from there
and place it in /etc/ on your server. Then you can edit it to change the
defaults. It is very well documented.
By default webalizer does not try to resolve IP addresses back to domains as
it is pretty heavy work on the server. Read the conf file about DNS Cache
and DNSChildren settings.
My settings are:
DNSCache /home/log/httpd/dns_cache.db
DNSChildren 5
This seems to work fine for me.
Tom