[Bug 220761] www/apache24 With option HTTP2=on build failure needs PROXY_BALANCER
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 9 23:15:14 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220761
--- Comment #2 from dewayne at 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.
More information about the freebsd-apache
mailing list