From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 20:22:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E1F216A41C for ; Wed, 29 Jun 2005 20:22:53 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5737443D1D for ; Wed, 29 Jun 2005 20:22:53 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so529959nzo for ; Wed, 29 Jun 2005 13:22:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R0f8KR8cxhe4eMMIm55eic5oBQLW60Eq+4X1Eh71IrYZyo3ly2wfIG2O5c2KEllxBA1fWj/cODs1PVjpB/x83/ZHIr+Ss00F0hB0v61wkG0JNk6cAZ+gfytK7u6cgUP6Qwt8uv8j+11bFIxco+lphLNjbQyiW/1+LVeoiTNsv/U= Received: by 10.36.133.13 with SMTP id g13mr613386nzd; Wed, 29 Jun 2005 13:22:52 -0700 (PDT) Received: by 10.36.66.6 with HTTP; Wed, 29 Jun 2005 13:22:52 -0700 (PDT) Message-ID: <8ca9329050629132233614ab9@mail.gmail.com> Date: Wed, 29 Jun 2005 16:22:52 -0400 From: Chad Morland To: Csaba Henk In-Reply-To: <20050623202636.GL81682@beastie.creo.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8ca932905062309186d3501d0@mail.gmail.com> <20050623202636.GL81682@beastie.creo.hu> Cc: freebsd-questions@freebsd.org Subject: Re: Apache2 + mod_python problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chad Morland List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 20:22:53 -0000 On 6/23/05, Csaba Henk wrote: > Can it be that you have installed mod_python with thread support > enabled, but your python is w/o thread support? >=20 > I had mysterious errors with mod_python (the error messages had nothing > to do with threads) until I disabled threads both in python and > mod_python. Threads were the problem, but not with Python itself. I had to build the apache2 port with --enable-threads specified. Apache starts up fine after being recompiled with that option. -CM