From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 07:33:46 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AA9B106568B for ; Tue, 10 Apr 2012 07:33:46 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 5C4558FC16 for ; Tue, 10 Apr 2012 07:33:45 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [IPv6:2001:8b0:151:1:fa1e:dfff:feda:c0bb]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q3A7Xfe0079722 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 10 Apr 2012 08:33:41 +0100 (BST) (envelope-from matthew@FreeBSD.org) X-DKIM: OpenDKIM Filter v2.5.1 smtp.infracaninophile.co.uk q3A7Xfe0079722 Authentication-Results: smtp.infracaninophile.co.uk/q3A7Xfe0079722; dkim=none (no signature); dkim-adsp=none Message-ID: <4F83E24E.2070007@FreeBSD.org> Date: Tue, 10 Apr 2012 08:33:34 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Christer Solskogen References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig01A5C6B0B15D0663FA0F17C3" X-Virus-Scanned: clamav-milter 0.97.4 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: FreeBSD Mailing List Subject: Re: 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:33:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig01A5C6B0B15D0663FA0F17C3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/04/2012 08:05, Christer Solskogen wrote: > 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? It can be due to various different reasons. At a guess, probably this: https://issues.apache.org/bugzilla/show_bug.cgi?id=3D10712 In which case, it's probably your users getting frustrated with slow downloads and cancelling requests -- improving performance and getting more downstream bandwidth would help. Beyond that, it can be due to apache running out of file descriptors -- you'ld see error messages mentioning file descriptors elsewhere in the apache logs in that case, and it would only appear if your apache setup had hundreds of virtual hosts each with their own log files. Other things to look at: use of EnableSendFile or EnableMMAP in your configuration. IIRC this is generally fine and enabled by default on FreeBSD, *except* when you mount your document root by NFS. See the discussion in the Apache docs for more details. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enig01A5C6B0B15D0663FA0F17C3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+D4lQACgkQ8Mjk52CukIwGeACglSFzlw+X59KiYUQsUIXif+es TtoAnRQkNdqX79v6TJtS11V83oPoAZ4L =ybya -----END PGP SIGNATURE----- --------------enig01A5C6B0B15D0663FA0F17C3--