В репозиторий добавлен Apache httpd 2.4.52-1 с поддержкой сжатия brotli от Google, mod_http2 2.0.2 для Red Hat Enterprise Linux, Rocky Linux, Alma Linux и CentOS. Mod_ssl собран динамически с OpenSSL 1.1.1l.
Ссылки:
Заметим, что httpd 2.4.52 поддерживает TLS 1.3 при сборке с OpenSSL 1.1.1. Все новые шифры включены и работают.
C версии 2.4.43-4 мы собираем OpenSSL отдельно, он устанавливается в /opt/codeit/openssl111 и никак не затрагивает системные библиотеки.
TLS 1.3 final на сегодня работает в Google Chrome 70+ и Mozilla Firefox 63+.
Для работы с SELinux в rpm включена соответствующая минимальная политика.
Модуль brotli уже включён в базовый RPM. Всё, что нужно — настроить фильтр
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