[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:11:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> How does one enable host lookups? Is this done in the
> control panel on a Raq4 or via telnet?
You would so this via telnet ( or rather I hope you would be using ssh).
At the command prompt type:
vi /etc/httpd/conf/httpd.conf
and change the entry ...
# 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
then :wq to save write and quit the vi editor.
Regards
Matt Brown