From owner-freebsd-apache@freebsd.org Mon Oct 9 23:15:14 2017 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 AD0A2E3EBD0 for ; Mon, 9 Oct 2017 23:15:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 94F7184901 for ; Mon, 9 Oct 2017 23:15:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 91225E3EBCF; Mon, 9 Oct 2017 23:15:14 +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 90A83E3EBCE for ; Mon, 9 Oct 2017 23:15:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 7EC4984900 for ; Mon, 9 Oct 2017 23:15:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v99NFEWT018121 for ; Mon, 9 Oct 2017 23:15:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 220761] www/apache24 With option HTTP2=on build failure needs PROXY_BALANCER Date: Mon, 09 Oct 2017 23:15:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 23:15:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220761 --- Comment #2 from dewayne@heuristicsystems.com.au --- (In reply to Bernard Spil from comment #1) Thank-you Bernard.=20=20 I performed the following on i386 & amd64: # curl -ko /tmp/apache248.diff https://bz-attachments.freebsd.org/'attachment.cgi?id=3D186940' # cd /usr/ports # patch < /tmp/apache248.diff # make -C /usr/ports/www/apache24 package Installed the package, tested, put into production on very lightly used i38= 6. All fine. :) (Of course I ran a few more tests than portrayed) The relevant options are: # make -C /usr/ports/www/apache24 showconfig | grep -iE "HTTP2|PROXY_BAL" HTTP2=3Don: HTTP/2 (RFC 7540) support PROXY_BALANCER=3Doff: mod_proxy extension for load balancing PROXY_HTTP2=3Doff: Experimental http2 proxy module for h2 and h2c actually all setting PROXY_* are off. And # httpd -t -D DUMP_MODULES|grep http2 http2_module (shared) I appreciate the effort. --=20 You are receiving this mail because: You are the assignee for the bug.=