From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 09:13:50 2008 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 AB202106566B for ; Thu, 4 Sep 2008 09:13:50 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 65D768FC22 for ; Thu, 4 Sep 2008 09:13:50 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KbAuP-0004v8-Ke for freebsd-questions@freebsd.org; Thu, 04 Sep 2008 09:13:45 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Sep 2008 09:13:45 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Sep 2008 09:13:45 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Thu, 04 Sep 2008 11:13:31 +0200 Lines: 15 Message-ID: <8j9vb495uq7idoemi5u2p6oiiq6ts2i877@4ax.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 Sender: news Subject: Re: [6.3/Apache22] Right way to compile worker MPM? 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: Thu, 04 Sep 2008 09:13:50 -0000 On Wed, 03 Sep 2008 15:04:06 -0400, Michael Powell wrote: > One problem is that worker/event mpm is not recommended for use with >mod_php as some pieces of PHP is not thread safe Arg :-/ So I'll stick to preforked instead. My friends's web server uses PHP extensively. > So running PHP as FastCGI with mod_fcgid is what I'm currently playing > around with for test purposes. I'm interested in some feedback about preforked vs. FastCGI with Apache22. Thank you.