[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] my webalizer stats cant figure out which country hits comes from
- Subject: RE: [cobalt-users] my webalizer stats cant figure out which country hits comes from
- From: "Matt Brown" <matt@xxxxxxxxxxxxxxxxxx>
- Date: Mon Oct 7 06:17:38 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >
> > Yes, Just enable hosts lookups under your apache config.
>
> what is the line I have to insert to enable that?
You dont need to insert a line...
just change the exisiting line
# 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
to
HostnameLookups on
Regards
Matt Brown