From owner-freebsd-ports@FreeBSD.ORG Fri Aug 1 21:09:14 2014 Return-Path: Delivered-To: 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 6ADE0C52 for ; Fri, 1 Aug 2014 21:09:14 +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 4396C276D for ; Fri, 1 Aug 2014 21:09:13 +0000 (UTC) Received: from laptop_84.private (localhost [127.0.0.1]) by astart2.astart.com (8.14.4/8.14.4) with ESMTP id s71L9AZ3092508; Fri, 1 Aug 2014 14:09:10 -0700 (PDT) (envelope-from papowell@astart.com) Message-ID: <53DC01F2.90102@astart.com> Date: Fri, 01 Aug 2014 14:09:06 -0700 From: Patrick Powell Reply-To: papowell@astart.com Organization: Astart Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130714 Thunderbird/17.0.7 MIME-Version: 1.0 To: ports@freebsd.org Subject: Apache 24 + mod_perl Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: modperl@perl.apache.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 21:09:14 -0000 Question: when will mod_perl be available for Apache 24? Is anybody using it (see below), and what problems (if any) were there? The method outlined below may or may not work - I haven't tried it. Any comments or suggestions? Background: I wanted to update to Apache 24/FreeBSD 9.2. Everything went fine until I hit mod_perl. The current Port Makefile as of Fri 01 Aug 2014 is marked as: .if ${APACHE_VERSION} > 22 BROKEN= Does not build with apache24 .endif Apparently mod_perl is currently not compatible with Apache24. The perl-modperl mailing list has a posting: http://mail-archives.apache.org/mod_mbox/perl-modperl/201402.mbox/%3CCADED=K4p2HFc6K1San3MPmm8vZ+gwT5rsiJ5sAMVLRV7z5z-gA@mail.gmail.com%3E This has the following information: Date: Sun, 16 Feb 2014 15:36:18 GMT > The Debian project is shipping mod_perl with httpd24 support > based on http://svn.apache.org/repos/asf/perl/modperl/branches/httpd24/. An update on the state of things regarding httpd-2.4 support in mod_perl: We are working hard to get this done and are 99% of the way there. Both volunteers and volunteers' time is limited, though, so progress has been slow. A lot of work has taken place in the httpd24 branch, and as Dominic says, some Linux distros are already shipping that. There is also a posting on how to abuse the mod_perl2 port, download the source from the SVN repository and force mod_perl2 to compile it: https://forums.freebsd.org/viewtopic.php?f=5&t=46523