From owner-freebsd-apache@freebsd.org Tue Sep 1 19:29:28 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 198729C860B for ; Tue, 1 Sep 2015 19:29:28 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) 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 E9D391F92 for ; Tue, 1 Sep 2015 19:29:27 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by mailman.ysv.freebsd.org (Postfix) id E75B89C860A; Tue, 1 Sep 2015 19:29: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 E6E989C8609 for ; Tue, 1 Sep 2015 19:29:27 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-io0-f180.google.com (mail-io0-f180.google.com [209.85.223.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B912A1F90 for ; Tue, 1 Sep 2015 19:29:27 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by ioii196 with SMTP id i196so13437092ioi.3 for ; Tue, 01 Sep 2015 12:29:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=RSm5SrVXNXpRq0QznsI9nkYVPlfo55R2PA1NDeF6IV4=; b=Z3k/nb1UwHh+5yHfdLtFaKeQrfdZVbkFmNAAXA7N5l3Boit6SFHusa8OzCrCfALcAM LBFg3oiMp1KhLerKwyl9jKsMFgza5FlHtPWunKO9WabhpgY30YIAYhdVJBV3muz9lC/P 9fTv5/cWAJ/oDNsQJdWKySx6cxcj7ZzxvXqhqhAmCQS3jFCxqN7UU9kbIbRBkIozngao 1FM3+jnW2egD0h2xjB4Mz2YPJT5UwwHyiFUkdyXFZHsU83AYcTUoIOOsFBmm5W/ZxRtA 1BqzK2IJfqquzhhR+1PmCqObCCR6Zvm0c+zqluJA5WBh9jcGStBcZVb8L0WfAn47F582 wSpA== X-Gm-Message-State: ALoCoQk5rR76l34AsyVCcdLvyEBsBbmUtaiq+H9ORPfgBtCijZZgWY3K4A6ZCPkTEzwmuHkoPzla X-Received: by 10.107.130.156 with SMTP id m28mr37002243ioi.56.1441135761059; Tue, 01 Sep 2015 12:29:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.230 with HTTP; Tue, 1 Sep 2015 12:28:41 -0700 (PDT) X-Originating-IP: [70.183.6.86] In-Reply-To: <1441133682.2113490.371993377.2E663209@webmail.messagingengine.com> References: <0d5e68c009faa648e6f997770409315e@imap.brnrd.eu> <1441133682.2113490.371993377.2E663209@webmail.messagingengine.com> From: "Philip M. Gollucci" Date: Tue, 1 Sep 2015 15:28:41 -0400 Message-ID: Subject: Re: HTTP/2 support in Apache 2.4 To: Mark Felder Cc: Bernard Spil , "apache@FreeBSD.org" , Sunpoet Hsieh , koobs@freebsd.org Content-Type: text/plain; charset=UTF-8 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 19:29:28 -0000 If there is something to send upstream I can help. On Tue, Sep 1, 2015 at 2:54 PM, Mark Felder wrote: > > > 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... > _______________________________________________ > freebsd-apache@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you.