summaryrefslogtreecommitdiff
path: root/www/mod_http2-devel/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_http2-devel/pkg-message')
-rw-r--r--www/mod_http2-devel/pkg-message14
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