Date: Wed, 30 Jun 2004 09:38:57 -0700 From: Aaron Bannert <aaron@clove.org> To: stable@freebsd.org Subject: Re: Apache2 threaded MPM? Message-ID: <FBB2849B-CAB3-11D8-8206-000393B3C494@clove.org> In-Reply-To: <40E26F4A.80004@fer.hr> References: <40E26F4A.80004@fer.hr>
next in thread | previous in thread | raw e-mail | index | archive | help
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, but you have to hack around the safeguards we put in that disallow this. Even if you manage to get it to work I'd completely avoid it for production machines. I've heard good reports from people running worker under 5.x though. For more details about the problems, take a look at the STATUS file in the apache-2.x tarball or in CVS. -aaron (aka aaron@apache.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FBB2849B-CAB3-11D8-8206-000393B3C494>