From owner-freebsd-questions@FreeBSD.ORG Mon Aug 7 13:30:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5DB6616A4E0 for ; Mon, 7 Aug 2006 13:30:36 +0000 (UTC) (envelope-from danger@rulez.sk) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8701C43D73 for ; Mon, 7 Aug 2006 13:30:31 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id B0B7610E70F; Mon, 7 Aug 2006 15:30:29 +0200 (CEST) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hX1l34adD9M2; Mon, 7 Aug 2006 15:30:28 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 0D09410E6ED; Mon, 7 Aug 2006 15:30:28 +0200 (CEST) Date: Mon, 7 Aug 2006 15:30:30 +0200 From: Daniel Gerzo X-Mailer: The Bat! (v3.62.14) Professional X-Priority: 3 (Normal) Message-ID: <76813059.20060807153030@rulez.sk> To: dick hoogendijk In-Reply-To: <20060807144952.cebb510d.dick@nagual.nl> References: <20060807144952.cebb510d.dick@nagual.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: fbsdq Subject: Re: eaccelerator hit: log msgs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 13:30:36 -0000 Hello dick, Monday, August 7, 2006, 2:49:52 PM, you wrote: > Installing eAccelerator with apache2.2.3/php4 was easy enough. > It is indeed a lot faster, BUT, > However, my httpd-error.log very fast with lots and lots of rules like: > EACCELERATOR hit:"/usr/local/www/horde/imp/config/servers.php" > etc, etc.. > I don't want these lines to appear. > How and where can this be disabled? put this into php.ini: eaccelerator.debug = 0 > System: FreeBSD-6.1 with the latest ports collection next time please read eaccelerator's documentation :-) -- Best regards, Daniel mailto:danger@rulez.sk