From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 19:31:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E5116A4CE for ; Thu, 25 Mar 2004 19:31:28 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBAAF43D39 for ; Thu, 25 Mar 2004 19:31:27 -0800 (PST) (envelope-from jlh@cox.net) Received: from gato ([68.99.4.61]) by lakemtao05.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040326033128.MVSF21704.lakemtao05.cox.net@gato>; Thu, 25 Mar 2004 22:31:28 -0500 Message-ID: <02fa01c412e2$fb83bc40$6702a8c0@gato> From: "Jeff Hinrichs" To: , "freebsd-questions@FreeBSD. ORG" References: Date: Thu, 25 Mar 2004 21:32:35 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Why does favicon.ico show as error in apache log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 03:31:28 -0000 ----- Original Message ----- From: "JJB" To: "freebsd-questions@FreeBSD. ORG" Sent: Thursday, March 25, 2004 12:59 PM Subject: Why does favicon.ico show as error in apache log > I do not use this favicon.ico file in my web site, But an small > number of the visitors for some reason try to get this file which is > not there. This is reported as file error in the analog apache log > reports. Can someone explain why some visitor browsers try to get > this file, and what I can do to fix this? There is no fix per se. People using IE are viewing your page. IE by default, looks for a favicon.ico file in the root of the web. If it finds one, it displays it next to the URL in the address field. If you don't like the error, then create a cool icon and place it in your directory. For more specifics, google is your friend. -Jeff