From owner-freebsd-apache@FreeBSD.ORG Sun Jul 4 00:43:52 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CA50106566C for ; Sun, 4 Jul 2010 00:43:52 +0000 (UTC) (envelope-from sbw@sbw.org) Received: from mail40.atl.registeredsite.com (mail40.atl.registeredsite.com [209.237.134.230]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0818FC13 for ; Sun, 4 Jul 2010 00:43:51 +0000 (UTC) Received: from sbw.org (sbw.org [216.122.248.82] (may be forged)) by mail40.atl.registeredsite.com (8.12.11.20060308/8.12.11) with ESMTP id o640homq008552 for ; Sat, 3 Jul 2010 20:43:50 -0400 Received: from sbw630.sbw.org (sbw.org [216.122.248.82]) by sbw.org (8.11.6/8.11.0) with ESMTP id o640hnG00886 for ; Sat, 3 Jul 2010 17:43:49 -0700 (PDT) (envelope-from sbw@sbw.org) Message-Id: <201007040043.o640hnG00886@sbw.org> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 03 Jul 2010 17:43:42 -0700 To: apache@freebsd.org From: Steve Williams In-Reply-To: <4C2FCB37.9050406@p6m7g8.com> References: <201007032113.o63LD2G77619@sbw.org> <4C2FCB37.9050406@p6m7g8.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: mod_wsgi Daemon Mode: "Enable threads support in APR"? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2010 00:43:52 -0000 Thanks again. At 04:43 PM 7/3/2010, Philip M. Gollucci wrote: >Additionally, you should select the worker MPM which is not the >default. (WITH_MPM=worker) I don't see that in make config. Does that go in /etc/make.conf? I read of some concern about Django and PHP with the worker MPM. Are those concerns still valid? Looks like configuring Django with mod_wsgi isn't too difficult, even with threading. But should I still be concerned about PHP?