From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 07:06:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0369106564A for ; Tue, 10 Apr 2012 07:06:05 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5BCF98FC0A for ; Tue, 10 Apr 2012 07:06:05 +0000 (UTC) Received: by vbmv11 with SMTP id v11so3939696vbm.13 for ; Tue, 10 Apr 2012 00:06:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=zsw2/Z5o0C+qu2r5UQzNtsqrx9Y3tqqQBW3XYgHNUbA=; b=fA+ll3U/ENF7QRxB3ib97ci+H6z86bvxLQXDz305ZhzQxXXxgiQNgebioF6Jrt4/Yf p5zU1kbgHtgw6ylY8dErRZZB4mgUx040kTooif0Nhu1W+nMIYAzKwNsuhm2W9RV2isNR 107rWP6LaG0WNzkqXqBiugOym4LXZwQh3jsyG8nGI/d7t6hLv/wExRns0xoYSl2dBinm r/NuPLTSuR1CtX3QpYKwfTGm7fXoNp5r+C+esH714t2mndrRfZzLRBNllaS9j/Ua3nMn kuyH1njVddtpDHnMNwaMi1vjE365sSUqu/Kv87Z4LxcR9oivsYGzLO2KTlSqP8YJCCn6 XdNQ== Received: by 10.52.94.146 with SMTP id dc18mr4164650vdb.19.1334041564529; Tue, 10 Apr 2012 00:06:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.189.72 with HTTP; Tue, 10 Apr 2012 00:05:44 -0700 (PDT) From: Christer Solskogen Date: Tue, 10 Apr 2012 09:05:44 +0200 Message-ID: To: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 Subject: Apache: Socket is not connected: core_output_filter: writing data to the network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2012 07:06:05 -0000 I see this error in the error log of apache. It seems to happen whenever someone do a GET on certain mp3-files on my server. What does this error mean? -- chs,