mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
33 lines
752 B
Plaintext
33 lines
752 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The module shlib file has been renamed from mod_http2 to mod_h2 to
|
|
allow the www/apache24 bundled and this (usually newer) module to
|
|
coexist. Change the LoadModule line in your Apache config from
|
|
|
|
LoadModule http2_module ${modDir}/mod_http2.so
|
|
|
|
to
|
|
|
|
LoadModule http2_module ${modDir}/mod_h2.so
|
|
|
|
to enable this port's module.
|
|
EOM
|
|
} ,
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
The module shlib file has been renamed from mod_http2 to mod_h2 to
|
|
allow the www/apache24 bundled and this (usually newer) module to
|
|
coexist. Change the LoadModule line in your Apache config from
|
|
|
|
LoadModule http2_module ${modDir}/mod_http2.so
|
|
|
|
to
|
|
|
|
LoadModule http2_module ${modDir}/mod_h2.so
|
|
|
|
to enable this port's module.
|
|
EOM
|
|
}
|
|
]
|