[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] resolving webalizer stats
- Subject: Re: [cobalt-users] resolving webalizer stats
- From: Nico Meijer <nico.meijer@xxxxxxxxx>
- Date: Thu Oct 11 07:39:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi J,
I have a pretty quick question does webalizer resolve IP's in logs or
shall I just change my httpd.conf so it resolves there, I was trying to
avoid my logs getting larger than necessary.
Large logs are probably not your biggest concern; performance is.
To answer your question: 1.3 doesn't and 2.0 should be able to resolve ips.
To make some sense: don't turn on hostname lookups in apache, it'll slow
your connections down. Use logresolve to fill your logfiles with
hostnames if you're using webalizer 1.30.
HTH... Nico