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

Re: [cobalt-users] resolving webalizer stats



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