Date: Tue, 18 Nov 1997 08:25:23 -0800 From: Wolfram Schneider <wosch@FreeBSD.ORG> To: Annelise Anderson <andrsn@andrsn.stanford.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Web Server Log Analysis Message-ID: <19971118082523.14509@freebsd.org> In-Reply-To: <Pine.BSF.3.96.971118065501.12632E-100000@andrsn.stanford.edu>; from Annelise Anderson on Tue, Nov 18, 1997 at 07:00:55AM -0800 References: <Pine.BSF.3.96.971118065501.12632E-100000@andrsn.stanford.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1997-11-18 07:00:55 -0800, Annelise Anderson wrote:
> I have upgrade my apache server from version 0.8 (!) to a recent
> version and the logs are now different--I'm using a log format
> like this:
>
> LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\""
>
> and it provides only numbers and not names (the h variable, I think).
> Does anyone know how to change this?
It is not the h variable.
httpd.conf:
# HostnameLookups: Log the names of clients or just their IP numbers
# e.g. www.apache.org (on) or 204.62.129.132 (off)
# You should probably turn this off unless you are going to actually
# use the information in your logs, or with a CGI. Leaving this on
# can slow down access to your site.
HostnameLookups on
Wolfram
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971118082523.14509>
