Port details on branch 2025Q3 |
- mod_http2 HTTP/2 modules for Apache httpd
- 2.0.33 www
=0 2.0.33Version of this port present on the latest quarterly branch. - Maintainer: brnrd@FreeBSD.org
 - Port Added: 2025-07-19 11:33:23
- Last Update: 2025-07-19 11:27:51
- Commit Hash: 571d6c4
- 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 = 1752269443
SHA256 (mod_http2-2.0.33.tar.gz) = 516b88577a4098426d4c7e5334cf1c9e31ef2b626bad0fbfcdebaa80f5aae7e7
SIZE (mod_http2-2.0.33.tar.gz) = 1060586
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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.33:
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.33 19 Jul 2025 11:27:51
    |
Bernard Spil (brnrd)  |
www/mod_http2: Security update to 2.0.33
MFH: 2025Q3
Security: 61d74f80-5e9e-11f0-8baa-8447094a420f
(cherry picked from commit fbaafccdeea3bd63e6ca2848afad583cbe001631) |
Number of commits found: 1
|