Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 9617 invoked from network); 31 Jan 2008 14:33:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 14:33:42 -0000 Received: (qmail 75080 invoked by uid 500); 31 Jan 2008 14:33:26 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 74563 invoked by uid 500); 31 Jan 2008 14:33:24 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 74552 invoked by uid 99); 31 Jan 2008 14:33:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 06:33:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jslive@gmail.com designates 209.85.162.179 as permitted sender) Received: from [209.85.162.179] (HELO el-out-1112.google.com) (209.85.162.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 14:33:11 +0000 Received: by el-out-1112.google.com with SMTP id j27so197472elf.0 for ; Thu, 31 Jan 2008 06:33:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=YNL9gvCmEpIgk296P90wTvHga74ocrJ+u3M2EB3k5k0=; b=eKwTIZFSr317rLuDdxhM9nIs8V7DNvD6yp3MIa3JpuUUCS++5cj8qjysQTJ5AnwA2M5HYClbeMZdxKE5mqBvDKFfW7h6o10GxKw3Iu0o0MdgfZsSFWBnKW0VCQFd/nW2u7fJO5OAHADemwiY3knkaN4IV8xnK1oXPzoPiSSSRX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=L8HBfAfr5C6f8MLvb2VYE8f6mJqWig46XqrboDgGqy5trVBYBzsrLh0TqHZK/r5nDPDRUG2PDEiC589jXF8y2GppheVmt9BgOgbeGJfb9t9MDoHILdNPVa5XMeblqnHM+SL03wr5+fdQUVCvSkaPouIhM7TfEblXmpHwEpBfICg= Received: by 10.142.180.17 with SMTP id c17mr1161454wff.144.1201789565603; Thu, 31 Jan 2008 06:26:05 -0800 (PST) Received: by 10.70.56.5 with HTTP; Thu, 31 Jan 2008 06:26:05 -0800 (PST) Message-ID: Date: Thu, 31 Jan 2008 09:26:05 -0500 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <62ee838e0801310008y6ef4d619p2f28f19f61cc0a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <62ee838e0801310008y6ef4d619p2f28f19f61cc0a@mail.gmail.com> X-Google-Sender-Auth: 5ca401cdc20080a5 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Blank error log message On Jan 31, 2008 3:08 AM, Mark Batty wrote: > Hi all > > I'm new to the list and quite new to apache so be gentle :) > > I can make sense of most of the error log, however I am getting an > error message but without any message text as follows: > > [Thu Jan 31 09:04:40 2008] [error] [client 10.16.77.47] > > That's it, no message text on the right as with other messages. > > Is this normal or is something wrong? This could be the result of a CGI script writing a blank line to stderr. Otherwise, you likely have a broken module that is sending garbage to the log. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org