From owner-freebsd-ports@FreeBSD.ORG Tue Dec 11 00:38:53 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6FF16A468 for ; Tue, 11 Dec 2007 00:38:53 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.241.83]) by mx1.freebsd.org (Postfix) with ESMTP id 171D613C448 for ; Tue, 11 Dec 2007 00:38:52 +0000 (UTC) (envelope-from mbowie@buzmo.com) X-VirusChecked: Checked X-Env-Sender: mbowie@buzmo.com X-Msg-Ref: server-11.tower-191.messagelabs.com!1197333531!6383013!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [69.12.11.76] Received: (qmail 9588 invoked from network); 11 Dec 2007 00:38:52 -0000 Received: from smtp0.dfw.fabriclabs.com (HELO smtp0.dfw.fabriclabs.com) (69.12.11.76) by server-11.tower-191.messagelabs.com with AES256-SHA encrypted SMTP; 11 Dec 2007 00:38:52 -0000 Received: from [192.168.1.111] (adsl-70-239-151-45.dsl.irvnca.sbcglobal.net [70.239.151.45] (may be forged)) (authenticated bits=0) by smtp0.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id lBB0c1ii096245; Mon, 10 Dec 2007 18:38:02 -0600 (CST) (envelope-from mbowie@buzmo.com) Message-ID: <475DDC19.4000507@buzmo.com> Date: Mon, 10 Dec 2007 16:38:49 -0800 From: Mike Bowie User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Chris Haulmark References: <6FC9F9894A9F8C49A722CF9F2132FC220FA279B7@ms05.mailstreet2003.net> In-Reply-To: <6FC9F9894A9F8C49A722CF9F2132FC220FA279B7@ms05.mailstreet2003.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: www/mod_python support in apache22? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2007 00:38:53 -0000 Chris Haulmark wrote: > Hello, > > > > I am trying to get devel/subversion and www/trac working on my FreeBSD > 6.x system. > > > > I ran into problems related to viewing the trac's website. I am using > lang/mod_python as part of the > > requirement along with www/apache22. > > > > After I googled, I found off the FreeBSD mailing list that mod_python is > not supported for apache22 > > and that it is shown on the mod_python's home page. > > > > I do not see it anywhere. > > > > This post was posted in 2005 and here is the link: > > > > http://lists.freebsd.org/pipermail/freebsd-ports/2006-March/030408.html > > > > The description is not clear to me on the mod_python's website. The > description is: > > > > "Apache 2.0.54 or later. Apache versions 2.0.47 to 2.0.53 may work but > have not been tested with > > this release. (For Apache 1.3.x, use mod_python version 2.7.x)." > > > > I am asking that if it has changed and that mod_python is supported to > be used with apache22? > > > > Chris Haulmark > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Chris, I believe you will find that www/mod_python3 works very groovily with Apache 2.2. I'm pretty sure I've used it with trac in the past. Cheers, Mike.