From owner-freebsd-isp Tue Sep 15 08:01:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24455 for freebsd-isp-outgoing; Tue, 15 Sep 1998 08:01:27 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from unix.kawartha.com (unix.kawartha.com [204.101.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24449 for ; Tue, 15 Sep 1998 08:01:23 -0700 (PDT) (envelope-from paul@kawartha.com) Received: from shell.kawartha.com (shell.kawartha.com [204.101.15.43]) by unix.kawartha.com (8.8.8/8.8.7) with SMTP id LAA28088; Tue, 15 Sep 1998 11:04:19 -0400 (EDT) Date: Tue, 15 Sep 1998 11:29:45 -0400 (EDT) From: Paul Stewart To: Andy Angrick cc: freebsd-isp@FreeBSD.ORG Subject: Re: referrer stat tracking In-Reply-To: <1.5.4.32.19980911191137.0082be14@netdirect.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks.. all setup now...:) Paul On Fri, 11 Sep 1998, Andy Angrick wrote: > in the httpd.conf file you can specify these logs and their locations. Heres > a snippet from on of mine. This should actually all ready be in your > httpd.conf file. All you might have to do is uncomment them. > > ---begin--- > > # ErrorLog: The location of the error log file. If this does not start > # with /, ServerRoot is prepended to it. > > ErrorLog logs/error_log > > # TransferLog: The location of the transfer log file. If this does not > # start with /, ServerRoot is prepended to it. > > TransferLog logs/access_log > > # AgentLog: The location of the agent log file. If this does not start > # with /, ServerRoot is prepended to it. > > AgentLog logs/agent_log > > # RefererLog: The location of the referer log file. If this does not > # start with /, ServerRoot is prepended to it. > > RefererLog logs/referer_log > > -----end---- > > MKStats does a pretty good job of reading the logs for referer, browser, > etc. Another tip is place the command: > DNSMode Standard > in the httpd.conf file if you want the logs to resolve domain names. > > Andy > > > At 02:43 PM 9/11/98 -0400, you wrote: > >We currently run Apache for all our web servers etc. and run a standard > >log format. We have a customer who needs to track browser type, referrer > >etc... I understand Apache can generate that..how? :) > > > >Also, our stats package (analog) I don't think can read this info? If it > >can't, what's a good free package that can? > > > >Thanks very much, > > > >Paul > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-isp" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message