From owner-freebsd-ports@FreeBSD.ORG Thu Jan 5 10:57:34 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A955A16A41F for ; Thu, 5 Jan 2006 10:57:34 +0000 (GMT) (envelope-from dom@happygiraffe.net) Received: from happygiraffe.net (happygiraffe.net [81.6.215.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2800843D5E for ; Thu, 5 Jan 2006 10:57:33 +0000 (GMT) (envelope-from dom@happygiraffe.net) Received: from localhost (localhost.happygiraffe.net [127.0.0.1]) by happygiraffe.net (Postfix) with ESMTP id 7CFDDB91D; Thu, 5 Jan 2006 10:57:30 +0000 (GMT) Received: from happygiraffe.net ([127.0.0.1]) by localhost (ppe.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00802-03-17; Thu, 5 Jan 2006 10:57:30 +0000 (GMT) Received: by happygiraffe.net (Postfix, from userid 1001) id 0D947B90F; Thu, 5 Jan 2006 10:57:30 +0000 (GMT) Date: Thu, 5 Jan 2006 10:57:29 +0000 To: James Bailie Message-ID: <20060105105729.GA44463@ppe.happygiraffe.net> References: <20051220145149.GA24925@ppe.happygiraffe.net> <43A834DA.1060102@jamesbailie.com> <20051220223246.GA28569@ppe.happygiraffe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051220223246.GA28569@ppe.happygiraffe.net> User-Agent: Mutt/1.5.11 From: dom@happygiraffe.net (Dominic Mitchell) X-Virus-Scanned: amavisd-new at happygiraffe.net Cc: ports@freebsd.org Subject: Re: mod_fastcgi / apache 2.2 not working 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: Thu, 05 Jan 2006 10:57:34 -0000 On Tue, Dec 20, 2005 at 10:32:46PM +0000, Dominic Mitchell wrote: > On Tue, Dec 20, 2005 at 11:44:10AM -0500, James Bailie wrote: > > Dominic Mitchell wrote: > > > > > Has naybody managed to get Apache 2.2 and mod_fastcgi to work > > > together yet? I've got a patch which lets me build the thing, > > > but it still fails when I try to start up apache: > > > > Just a guess here, but did you build mod_fastcgi with the > > -DWITH_APACHE2 knob? > > Yes, I did. > > A little searching has thrown up this patch on fastcgi list. > > http://fastcgi.com/archives/fastcgi-developers/2005-December/004060.html > > I just need to integrate that and send-pr away, I guess... I've now submitted PR#91190, which patches mod_fastcgi to work correctly with all Apache versions. -Dom