mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
77883cae0b
This is the early experience version of the Apache HTTP/2 module for people who like living on the edge and want to test not yet released changes. Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5220
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
If you want to have the h2 module enabled in your apache installation,
|
|
you need to add
|
|
|
|
LoadModule http2_module modules/mod_h2.so
|
|
|
|
somewhere in your config files and add a line like
|
|
|
|
H2Engine on
|
|
|
|
whereever you want the module to be active (general server of specific
|
|
virtual hosts).
|
|
|
|
NB: The shared libraries were renamed from mod_http2 to mod_h2 to
|
|
avoid conflicts with the (now bundled) mod_http2 in www/apache24
|