From owner-freebsd-apache@FreeBSD.ORG Fri Dec 19 23:02:47 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E7644D9; Fri, 19 Dec 2014 23:02:47 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8BB42640; Fri, 19 Dec 2014 23:02:46 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MeLKt-1YHIjb3vAd-00QFC9; Sat, 20 Dec 2014 00:02:45 +0100 Message-ID: <5494AE94.5000708@gmx.de> Date: Sat, 20 Dec 2014 00:02:44 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: apache@FreeBSD.org Subject: Please review and discuss apache24 port rewrite Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:13jsVBwLTc2NZ6oTrYVvTbzmkh7lamIB5BpcleQFWFml4/x2RN3 uEl/3TvLQ8q12NO6S1cVhX3spYTl0rFr8KEKrf4fQ4nhxtXP29TWFIFwf6OZJiOEVB/1BJ6 K06r/enaoX9QXm2MyQ36kz8SH+eHPHRxU6vH7/2A8Ymuobn1TW+0Z2RmW5e/3/VoZqL/3O4 13uoOu0pjXCsl3zyFn25g== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 23:02:47 -0000 Hi all, I have a bigger change for the www/apache24 port in the pipe and want to discuss the changes with the user base before committing. My target is to extend the apache24 port so it fits most all use cases without rebuilding on the user side Please review, test, make suggestions, send patches. The patch can be found here: http://people.freebsd.org/~ohauer/diffs/apache/apache24_rewrite_v1.diff Changes: - really fix IPv4 mapping [1] - fix module list if build with MPM_SHARED [2] - build all modules not depending on 3rd party ports, they are disabled by default) - install config templates as .sample instead into EXAMPLESDIR - move error and icons from WWWDIR to DATADIR - fix suexec mode (mode lost with pkg >= 1.3.x) - adopt libressl patch [3] [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=53824 [2] https://issues.apache.org/bugzilla/show_bug.cgi?id=53882 [3] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196139 -- olli