From owner-freebsd-stable@FreeBSD.ORG Wed Jun 30 18:12:51 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F273F16A4CE for ; Wed, 30 Jun 2004 18:12:50 +0000 (GMT) Received: from geri.cc.fer.hr (geri.cc.fer.hr [161.53.72.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD3643D5C for ; Wed, 30 Jun 2004 18:12:50 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (root@geri.cc.fer.hr [161.53.72.107]) by geri.cc.fer.hr (8.12.9p2/8.12.8) with ESMTP id i5UIBHsU026623; Wed, 30 Jun 2004 20:11:18 +0200 (CEST) (envelope-from ivoras@fer.hr) Message-ID: <40E30295.3090601@fer.hr> Date: Wed, 30 Jun 2004 20:12:37 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Aaron Bannert , stable@freebsd.org References: <40E26F4A.80004@fer.hr> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Apache2 threaded MPM? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 18:12:51 -0000 Aaron Bannert wrote: > > On Jun 30, 2004, at 12:44 AM, Ivan Voras wrote: > >> Can apache2 be run on FreeBSD 4.x using a threaded MPM (e.g. >> "mpm_worker")? Is anybody using this in production? > > > There are some serious problems with FreeBSD 4.x's thread support > that cause Apache's worker MPM to fail in strange and horrible ways. > It is possible to force Apache to build the worker MPM under FreeBSD 4.x, Thanks! I knew there were troubles some time ago, and wanted to know if maybe they've been fixed. Thanks for the info!