Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 2017 23:15:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 220761] www/apache24 With option HTTP2=on build failure needs PROXY_BALANCER
Message-ID:  <bug-220761-16115-taUSYGajqJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220761-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220761-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220761-16115-taUSYGajqJ>