aboutsummaryrefslogtreecommitdiff
path: root/www/mod_http2/pkg-message
blob: 12fed4e6927fea09195db5346cec6ced5d0f7f7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{ type: install
  message: <<EOM
NOTE: The default www/apache24 package already contains mod_h2.
This port exists for advance bug- and security fix delivery.

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
}
]