From owner-freebsd-questions@FreeBSD.ORG Fri Sep 11 18:41:24 2009 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 99BBF106566C for ; Fri, 11 Sep 2009 18:41:24 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 551668FC14 for ; Fri, 11 Sep 2009 18:41:23 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MmB3i-0004cs-O8 for freebsd-questions@freebsd.org; Fri, 11 Sep 2009 20:41:22 +0200 Received: from pool-68-239-75-225.res.east.verizon.net ([68.239.75.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 20:41:22 +0200 Received: from nightrecon by pool-68-239-75-225.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 20:41:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 11 Sep 2009 14:41:32 -0400 Lines: 24 Message-ID: References: <4AA9BCF0.6040003@identry.com> <4AAA577A.8070103@identry.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-68-239-75-225.res.east.verizon.net Sender: news Subject: Re: reducing size of apache instances X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 18:41:24 -0000 Ivan Voras wrote: > John Almberg wrote: > >> I am using PHP, in fact. I've listed all the loaded modules below, and >> marked the ones I added with an '*'. I need the proxy modules because I >> use Apache as a front end for Mongrel. > >> This WITH_MPM=worker sounds interesting. I'll have to read up on it. I >> guess there is some downside to enabling it, like slower performance? > > PHP is incredibly buggy and will in all probability break Apache if you > try running it in threaded mode. > Try mod_fcgid and run PHP as FastCGI if you want a threaded Apache. I've been running the event mpm on a test box at work this way. So far I've never had any trouble, but it is also not getting hammered either. Conventional wisdom is the event mpm is still considered "experimental" and therefore untrustworthy in a production environment. -Mike