From owner-freebsd-questions@FreeBSD.ORG Fri Sep 11 15:25:03 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 D3210106566B for ; Fri, 11 Sep 2009 15:25:03 +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 8F5908FC1B for ; Fri, 11 Sep 2009 15:25:03 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mm7zg-0000Ew-FR for freebsd-questions@freebsd.org; Fri, 11 Sep 2009 17:25:00 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 17:25:00 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 17:25:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Fri, 11 Sep 2009 17:24:52 +0200 Lines: 11 Message-ID: References: <4AA9BCF0.6040003@identry.com> <4AAA577A.8070103@identry.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.22 (X11/20090817) In-Reply-To: <4AAA577A.8070103@identry.com> Sender: news Subject: Re: reducing size of apache instances 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: Fri, 11 Sep 2009 15:25:03 -0000 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.