[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Access By Domain
- Subject: Re: [cobalt-users] Access By Domain
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Oct 16 20:00:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I'm using the RAQ4i. How can I get to see the countries in the statistics in
> the Access By Domain??? This feature is available in the RAQ2, but here I
> only get numbers????
>
Look in httpd.conf
#HostnameLookups off
HostnameLookups on
This will slow down access to your web pages a little.
Or you could run a script on the logs before webalizer runs,
which will hammer your server for a while, as it looks up all entries.
Gerald