From owner-freebsd-questions Tue Jul 13 13:46: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from intranet.com.mx (intranet.com.mx [200.33.246.7]) by hub.freebsd.org (Postfix) with ESMTP id 320F61524A for ; Tue, 13 Jul 1999 13:46:01 -0700 (PDT) (envelope-from jbiquez@icsmx.com) Received: from mipcrin.intranet.com.mx (200.33.246.4) by intranet.com.mx with SMTP (Eudora Internet Mail Server 2.2); Tue, 13 Jul 1999 15:46:55 -0500 Message-Id: <3.0.6.32.19990713154844.00a98a70@intranet.com.mx> X-Sender: jbiquez@intranet.com.mx X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 13 Jul 1999 15:48:44 -0500 To: freebsd-questions@FreeBSD.ORG From: Jorge Biquez Subject: Apache logging. Off Topic. I'm sorry. In-Reply-To: References: <378B8D32.22B16990@lmco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all. I was wondering if some of you could help me. I have the following configuration for my combibed custom log on apache: LogFormat "%h %l %u %t \"%r\" %>s %b %{referer}i -> %U %{user-agent}i" combined CustomLog /usr/home/sites/accesos.log combined According to the documentation of Apache 1.3 that should give me the referer and the user agent. But this is part of what I receive: 200.38.58.78 - - [13/Jul/1999:14:01:47 -0500] "GET /Backg01.gif HTTP/1.1" 200 13524 165.236.189.200 - - [13/Jul/1999:14:01:50 -0500] "GET /grlvirgo.htm HTTP/1.0" 200 4746 208.235.169.50 - - [13/Jul/1999:14:01:50 -0500] "GET /aries(3).gif HTTP/1.0" 304 - 165.236.189.200 - - [13/Jul/1999:14:01:52 -0500] "GET /Backg01.gif HTTP/1.0" 200 13524 165.236.189.200 - - [13/Jul/1999:14:01:52 -0500] "GET /virgo(2).gif HTTP/1.0" 200 6356 208.235.169.50 - - [13/Jul/1999:14:01:54 -0500] "GET /tauro(1).gif HTTP/1.0" 304 - 4.16.136.143 - - [13/Jul/1999:14:01:54 -0500] "GET /images/foto07.jpg HTTP/1.1" 200 22709 200.38.58.78 - - [13/Jul/1999:14:01:54 -0500] "GET /cancer(1).gif HTTP/1.1" 200 6022 and my analysis software says there is not referer or user agent information. I read the information and I think it is fine. Any ideas what's wrong with it? ANyone would be so kind to share this part of his/her hhtpd.conf file? I want to log ALL the information I can, the software I'm using is very good and while more imformation I can give it the best. Thanks in advance, JB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message