diff options
Diffstat (limited to 'www/mod_http2-devel/pkg-message')
-rw-r--r-- | www/mod_http2-devel/pkg-message | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mod_http2-devel/pkg-message b/www/mod_http2-devel/pkg-message deleted file mode 100644 index 26a38c4532d0..000000000000 --- a/www/mod_http2-devel/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -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 |