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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220761

--- Comment #2 from dewayne@heuristicsystems.com.au ---
(In reply to Bernard Spil from comment #1)
Thank-you Bernard.  

I performed the following on i386 & amd64:
# curl -ko /tmp/apache248.diff
https://bz-attachments.freebsd.org/'attachment.cgi?id=186940'
# 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 i386.
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=on: HTTP/2 (RFC 7540) support
     PROXY_BALANCER=off: mod_proxy extension for load balancing
     PROXY_HTTP2=off: 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

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