From owner-freebsd-apache@freebsd.org Tue Sep 1 18:54:44 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F40839C71E3 for ; Tue, 1 Sep 2015 18:54:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D6658AA5 for ; Tue, 1 Sep 2015 18:54:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D3E9C9C71DD; Tue, 1 Sep 2015 18:54:43 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D380E9C71DC for ; Tue, 1 Sep 2015 18:54:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A93AAAA2 for ; Tue, 1 Sep 2015 18:54:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 58C0120948 for ; Tue, 1 Sep 2015 14:54:42 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Tue, 01 Sep 2015 14:54:42 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=dPpjuCT0KRNsrCX K2qtyWf3v01k=; b=MvytNmjCt3rvQW5o8xIYCR2kVrkkxoaecooruGOE+3WhK2Y YMJwFyLqJSo9xavrUKO6m1RXaKiQkWMWC8eiZLB6sSjwsQLrwoj9twRHZEpq2ep5 i+ODO1ZjrbM0hbn0TE1BJds6FIGzVzfavVT1rbnwuvG/iyykNBH2X7LpRHI0= Received: by web3.nyi.internal (Postfix, from userid 99) id 35260111CA2; Tue, 1 Sep 2015 14:54:42 -0400 (EDT) Message-Id: <1441133682.2113490.371993377.2E663209@webmail.messagingengine.com> X-Sasl-Enc: +PdqziswoZ1zweDKta5iuah/NqqCFVxA29I4HnUBtAE3 1441133682 From: Mark Felder To: Bernard Spil , apache@freebsd.org, sunpoet@freebsd.org, koobs@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4500bf93 Subject: Re: HTTP/2 support in Apache 2.4 Date: Tue, 01 Sep 2015 13:54:42 -0500 In-Reply-To: <0d5e68c009faa648e6f997770409315e@imap.brnrd.eu> References: <0d5e68c009faa648e6f997770409315e@imap.brnrd.eu> X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2015 18:54:44 -0000 On Tue, Sep 1, 2015, at 13:19, Bernard Spil wrote: > Hi, > > After koobs pointed out to me that my server didn't support HTTP/2 I > decided to investigate what it'd take to implement. > > In Apache httpd 2.5 the mod_h2 module has already been imported and it > is also possible to build it with 2.4 so I decided to see if I could get > this to work. I succeeded and ended up with a new mod_h2 port, a set of > patches and some questions: > 1. What to name the port (www/mod_h2, www/mod_h2-devel?) > 2. Do we want/need to have this as a port > 3. How to manage the patch required for the apache24 port > (extra-patch, ...) > 4. How to get this to the project (bugzilla? bugzilla?) > > One snag already, php-session seems to fail. Other than that it seems to > be fine with apache24-2.4.16_1 and libressl-2.2.3. > > Any and all feedback is appreciated (even negative) > > Kind regards, > > Bernard Spil. > You've now got me on a hunt for the email I came across around the last Apache 2.4 release that mentioned that Apache 2.4 is expected to have HTTP2 before the end of year...