summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-10-19 18:18:02 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-10-19 18:18:02 +0000
commit1e768bd00d834e5cf53717ce461449b4ed9fe14e (patch)
tree105999b598d6a0447b16d3c0dd1993888103d132
parentwww/mod_http2: Explicit mod_h2 is already in apache24 (diff)
www/mod_http2: Add missing WWW to pkg-descr
* Make note that this port is not required for HTTP/2
-rw-r--r--www/mod_http2/pkg-descr12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/mod_http2/pkg-descr b/www/mod_http2/pkg-descr
index acd0e57d18d9..2b8e6c40b3f0 100644
--- a/www/mod_http2/pkg-descr
+++ b/www/mod_http2/pkg-descr
@@ -1,4 +1,8 @@
-This Apache module supports the "h2" (HTTP2 over TLS) and "h2c" (HTTP2
-over plain HTTP connections via Upgrade). You can enable it for the
-whole server or for specific virtual hosts only. More on this below on
-"Configuration".
+This port delivers advance bug- and security fixes for the Apache HTTP/2
+Module. For most users, the www/apache24 bundled module is sufficient.
+
+This Apache module implements the "h2" (HTTP2 over TLS) and "h2c" (HTTP2
+over plain HTTP connections via Upgrade) for Apache httpd. You can enable
+it for the whole server or for specific virtual hosts only.
+
+WWW: https://github.com/icing/mod_h2