From owner-freebsd-apache@FreeBSD.ORG Tue Sep 18 06:10:42 2012 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414441065674 for ; Tue, 18 Sep 2012 06:10:42 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 061518FC1E for ; Tue, 18 Sep 2012 06:10:40 +0000 (UTC) Received: by iea17 with SMTP id 17so8508623iea.13 for ; Mon, 17 Sep 2012 23:10:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Wm2cKEBN4SUxBzZfEkJzy2m7drzMW7/CM4uVL7+RQCc=; b=rmpoe0wmq79OzRvteLXhW93CY7eDpEEiJdzeZZ5yJ8YlYoCzMr9aeH/1ruqP7ARKAK eJ3ONcR+3tTWg7Hxd7wWhUR/Zh77gRSfAjKc0NMni+qHba+oWO+hCYtk+3DBS0xL+GNr TLaWByRFC9/XmexNFCxc0nZVMW2JMQBsxd8RUP5fj4H9iEJtkjSn7pxkf5FsBIIQOOXf fV/DMESl3Pt/LO9abTl+k/qI8X5KqXjm4hWxY2bgv/iPNKkyIYE5VWR3uAei2zjcjL90 oBjUP9GkSxWBuFuI0XynwTQEXMRXhdMyHnewHt45mn4EvE3UEObK3BWYg2qv4OrizpNM 8lyA== MIME-Version: 1.0 Received: by 10.50.94.165 with SMTP id dd5mr9448682igb.18.1347948639701; Mon, 17 Sep 2012 23:10:39 -0700 (PDT) Received: by 10.64.76.232 with HTTP; Mon, 17 Sep 2012 23:10:39 -0700 (PDT) In-Reply-To: References: <504B382B.80403@gmx.de> Date: Tue, 18 Sep 2012 02:10:39 -0400 Message-ID: From: Corey Smith To: olli hauer Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-apache@freebsd.org Subject: Re: Current status of www/apache24 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 06:10:42 -0000 I have a working version of the www/apache24 port that is capable of building all modules including all MPMs as shared modules using the OPTIONS framework. IMHO there doesn't seem to be a good reason to have the MPM specific sub-ports anymore. The latest copy of the port is available here: https://github.com/corsmith/ports-wip The devel/apr1 port will need to have a CRYPTO tunable added to support the session_crypto module. I will update the repo with that enhancement shortly. -Corey Smith