Port details on branch 2023Q4 |
- mod_http2 HTTP/2 modules for Apache httpd
- 2.0.21 www =0 2.0.21Version of this port present on the latest quarterly branch.
- Maintainer: brnrd@FreeBSD.org
- Port Added: 2023-11-03 21:28:41
- Last Update: 2023-11-03 21:24:16
- Commit Hash: de07bee
- License: APACHE20
- WWW:
- https://github.com/icing/mod_h2
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_http2>0:www/mod_http2
- To install the port:
- cd /usr/ports/www/mod_http2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_http2
- pkg install ap24-mod_http2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_http2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690797498
SHA256 (mod_http2-2.0.21.tar.gz) = 406925f510c047030a9d9edaf9fb31f9b159b195771f8759945a74151f80aa31
SIZE (mod_http2-2.0.21.tar.gz) = 998860
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libnghttp2.so : www/libnghttp2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap24-mod_http2-2.0.21:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_mod_http2
- USES:
- apache libtool ssl pkgconfig
- pkg-message:
- For install:
- 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.
- If upgrading
- 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.
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.21 03 Nov 2023 21:24:16 |
Robert Clausecker (fuz) |
www/mod_http2: fix build on armv6/armv7
- also incidentally fix the build on powerpc
Approved by: portmgr (build fix blanket)
MFH: 2023Q4
(cherry picked from commit be0250d4a2c6ead8aabaf49c046aa401e696d610)
(cherry picked from commit 6f2112f80c3937bcf1d42bd7a18a742b36b3a27b) |
Number of commits found: 1
|