[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



> > 
> > 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