Apache httpd 2.4.52-1 with brotli compression library from Google, TLS 1.3 Final (RFC 8446), http2 (HTTP/2) support for Red Hat Enterprise Linux and CentOS 7/8, Alma Linux 8, Rocky Linux 8 added to repository. mod_http2 2.0.2 is built dynamically against OpenSSL 1.1.1l. Links:
Since 2.4.33 we added brotli compression library. Since 2.4.35 release we start building Apache httpd against OpenSSL 1.1.1*. Since 2.4.37 release TLS 1.3 final version (not to be confused with any draft versions) is supported and enabled by default. Since 2.4.43-4 release we built OpenSSL as a separate package that installs to the separate directory (/opt/codeit/openssl111) and does not affects system libraries. Please note that TLS 1.3 final version is supported in Chrome 70+ and Mozilla Firefox 63+. brotli support is already included in base RPM file. All you need is to add filters like
AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/javascript
Hello i want to post in 2021 😉
Title has Centos 7 Centos 8 Alma 8 and rocky but isn’t there a difference between you repo’s 7 and 8?
How to update a Centos7 repo with your centos7 package to the alma 8x?
Did some tested this update solution then?
https://wiki.almalinux.org/elevate/ELevate-quickstart-guide
And after that how to change Codeit repo to the 8 package?
All the best for 2022.
Hello,
I’m trying to update httpd on Centos 8 to v2.4.52 but I get the following error:
Problem: package httpd-2.4.52-1.codeit.el8.x86_64 requires httpd-tools = 2.4.52-1.codeit.el8, but none of the providers can be installed
– conflicting requests
– package httpd-tools-2.4.52-1.codeit.el8.x86_64 is filtered out by modular filtering
Is the build of httpd provided as a module for the el8 repo?
Hello,
No, it’s a simple package repo for the moment.
You need to disable httpd module from EL8 first.
dnf module -y disable httpd