From owner-freebsd-ports@FreeBSD.ORG Sat Sep 6 17:36:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 650B484D for ; Sat, 6 Sep 2014 17:36:12 +0000 (UTC) Received: from astart2.astart.com (108-248-95-193.lightspeed.sndgca.sbcglobal.net [108.248.95.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CC391F6E for ; Sat, 6 Sep 2014 17:36:10 +0000 (UTC) Received: from laptop_93.private (localhost [127.0.0.1]) by astart2.astart.com (8.14.4/8.14.4) with ESMTP id s86Ha3CI026201 for ; Sat, 6 Sep 2014 10:36:04 -0700 (PDT) (envelope-from papowell@astart.com) Message-ID: <540B4603.2040004@astart.com> Date: Sat, 06 Sep 2014 10:36:03 -0700 From: Patrick Powell Reply-To: papowell@astart.com Organization: Astart Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Any update planned for www/mod_log_sql2 References: <540ACE6D.3040001@gmx.net> In-Reply-To: <540ACE6D.3040001@gmx.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 17:36:12 -0000 On 09/06/14 02:05, Simon Wright wrote: > Hi Team! > > I was wondering whether mod_log_sql2 will be or can be updated to work > with the new default of Apache24? Apache22 is specified explictly in > the Makefile. > > I'm not sure whether mod_log_mysql is a replacement/substitute but > that is also linked explicitly to Apache22. > > An indication of any time line or migration path would be much > appreciated! > > Many thanks. > > Simon Wright. > _______________________________________________ > 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" > I had a quick look at this (Note: I am NOT an Apache module expert, but I have updated a couple of them that I needed). The source code for the module needs to be updated to match Apache 2.4. There are more than a few trivial changes here. I you feel brave, look at: http://httpd.apache.org/docs/trunk/developer/new_api_2_4.html and http://httpd.apache.org/docs/2.4/developer/modguide.html and http://httpd.apache.org/docs/current/mod/mod_example.html