From owner-freebsd-apache@freebsd.org Tue Sep 1 18:28:27 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 975CC9C8481 for ; Tue, 1 Sep 2015 18:28:27 +0000 (UTC) (envelope-from brnrd@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 76A261883 for ; Tue, 1 Sep 2015 18:28:27 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 741D89C847F; Tue, 1 Sep 2015 18:28:27 +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 738FA9C847E for ; Tue, 1 Sep 2015 18:28:27 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) by mx1.freebsd.org (Postfix) with ESMTP id 30787187E; Tue, 1 Sep 2015 18:28:26 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (localhost [127.0.0.1]) by smtp02.qsp.nl (Postfix) with ESMTP id F41DEFD0A8; Tue, 1 Sep 2015 20:19:29 +0200 (CEST) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTP; Tue, 1 Sep 2015 20:19:29 +0200 (CEST) Received: by mail.brnrd.eu (OpenSMTPD) with ESMTP id a506469c; Tue, 1 Sep 2015 20:19:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at brnrd.eu Received: from mail.brnrd.eu ([172.17.2.2]) by scan.brnrd.eu (scan.brnrd.eu [172.17.2.5]) (amavisd-new, port 10026) with ESMTP id p31vv4DoHVyx; Tue, 1 Sep 2015 20:19:21 +0200 (CEST) Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id 45650152 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-SHA bits=128 verify=NO; Tue, 1 Sep 2015 20:19:21 +0200 (CEST) MIME-Version: 1.0 Date: Tue, 01 Sep 2015 20:19:21 +0200 From: Bernard Spil To: apache@freebsd.org, sunpoet@freebsd.org, koobs@freebsd.org Subject: HTTP/2 support in Apache 2.4 Message-ID: <0d5e68c009faa648e6f997770409315e@imap.brnrd.eu> X-Sender: brnrd@freebsd.org User-Agent: Roundcube Webmail/1.1.2 X-Virus-Scanned: clamav at smtp02 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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:28:27 -0000 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.