You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/03/26 13:12:40 UTC

[DOCS] Re: help. Apache with elf log format for log analysis (fwd)

one for the docs..

---------- Forwarded message ----------
Date: Wed, 26 Mar 1997 05:40:29 -0600 (CST)
From: David Richards <dr...@ripco.com>
To: apache-bugs@mail.apache.org
Subject: Re: help. Apache with elf log format for log analysis
Newsgroups: comp.infosystems.www.servers.unix

In article <5h...@pulp.ucs.ualberta.ca>,
Marc Slemko  <ma...@znep.com> wrote:
>In <33...@imm.com> Brook Harty <iw...@imm.com> writes:
>
>>I need some help with setting up apache 1.2.7b so that
>>the access log file in (clf) becomes (elf) with refer and agent
>>added..
>
>http://www.apache.org/docs/

Actually, last time I looked, Apache's site doesn't give an example of
NCSA's combined|extended logfile format. To use the NCSA format with
referer and agent data in access_log, turn off agent_log and referer_log
and in your httpd.conf file add:

LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{Agent}i\""