From owner-freebsd-ports@FreeBSD.ORG Fri Jul 30 05:49:52 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD81C16A4CE for ; Fri, 30 Jul 2004 05:49:52 +0000 (GMT) Received: from ms-smtp-03.rdc-nyc.rr.com (ms-smtp-03-smtplb.rdc-nyc.rr.com [24.29.109.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB3543D54 for ; Fri, 30 Jul 2004 05:49:52 +0000 (GMT) (envelope-from freebsd@toyingwithfate.com) Received: from toyingwithfate.com (66-108-61-89.nyc.rr.com [66.108.61.89]) i6U5nV20005195 for ; Fri, 30 Jul 2004 01:49:32 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by toyingwithfate.com (8.12.9p1/8.12.9) with ESMTP id i6U5e5KC011765 for freebsd-ports@FreeBSD.org; Fri, 30 Jul 2004 01:40:29 -0400 (EDT) (envelope-from freebsd@toyingwithfate.com) Date: Fri, 30 Jul 2004 01:40:05 -0400 (EDT) Message-Id: <200407300540.i6U5e5KC011765@toyingwithfate.com> From: Will McCutcheon To: freebsd-ports@FreeBSD.org In-Reply-To: <41081B71.3070300@FreeBSD.org> References: <20040715225910.6f14220f.sheepkiller@cultdeadsheep.org> <20040715214806.4bc8a4ee.sheepkiller@cultdeadsheep.org> <200407150539.i6F5dCZY004459@toyingwithfate.com> <200407152004.i6FK3eKC049113@toyingwithfate.com> <200407160529.i6G5MPKC052059@toyingwithfate.com> <20040716111515.1499690e.sheepkiller@cultdeadsheep.org> <200407161620.i6GGJkKC056366@toyingwithfate.com> <20040716191102.605232f0.sheepkiller@cultdeadsheep.org> <200407281807.i6SI7TKC099225@toyingwithfate.com> <41081B71.3070300@FreeBSD.org> X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on toyingwithfate.com X-Virus-Status: Clean Subject: Re: 'Unable to read from thread kernel pipe' error in Apache X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 05:49:52 -0000 On July 28, 2004 5:32:33 PM EDT Alex Dupre wrote: > Threaded apache requires threaded php. That's normal, and since some > extensions are not thread-safe it's normal to expect crashes. Use > apache prefork if you need stability. Pardon my ignorance, but isn't the Apache 2 port built with prefork by default? httpd -l says the following: Compiled in modules: core.c prefork.c http_core.c mod_so.c And the package comment reads: Version 2 of Apache web server with prefork MPM. So, am I not already using Apache prefork? Again, please excuse any misunderstanding on my part, we're in territory I'm not as comfortable in. Thanks for your help! W