Apache httpd 2.4.43-2, собранный с Brotli, TLS 1.3 final (RFC 8446), OpenSSL 1.1.1f, ALPN и поддержкой http2 для Red Hat Enterprise Linux и CentOS

В репозиторий добавлен Apache httpd 2.4.43-2 с поддержкой сжатия brotli от Google, http2 для Red Hat Enterprise Linux и CentOS. Mod_ssl собран статически с OpenSSL 1.1.1f. Ссылки:

Заметим, что httpd 2.4.43 поддерживает TLS 1.3 при сборке с OpenSSL 1.1.1. Все новые шифры включены и работают.

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

19 thoughts on “Apache httpd 2.4.43-2, собранный с Brotli, TLS 1.3 final (RFC 8446), OpenSSL 1.1.1f, ALPN и поддержкой http2 для Red Hat Enterprise Linux и CentOS”

  1. Including mod_md in next Apache httpd rpm will be awesome.
    With latest version al lot of bugs have been fixed in the module.

      1. Hi, can you please tell me the upgradtion procedure of apache 2.4.37 to 2.4.43, as my current version is 2.4.37 but TLSv1.2 and TLSv1.3 saying unknown protocol though my openssl version is OpenSSL 1.1.1g , can yo please help how to resolve.

      1. mod_md needs mod_ssl as a dependency, otherwise it will not work.
        other than that it’s working fine.
        thanks

  2. Hiya, thanks a lot for this build.

    I’m trying to install on centos 7 but apache wont start, it says

    undefined symbol: apr_thread_mutex_timedlock

    any ideas to fix this? thanks

      1. Hiya thanks for your reply, I have tried this but still stuck. tried removing apr* and then reinstalling everything from codeit

        [root@ip-172-31-30-228 yum.repos.d]# yum list installed | grep apr
        apr.x86_64 1.7.0-2.el7 @CodeIT
        apr-util.x86_64 1.6.1-6.el7 @CodeIT

        but restarting apache still gives me
        /usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_thread_mutex_timedlock

        so not sure why this is

      1. Hi Alex,

        Not sure if you run mod_reqtimeout & mod_http2 at the same time?
        But anyway, it’s ok if it’s too much effort on this. 🙂

  3. Openssl has issued 1.1.1g for CVE-2020-1967 (TLS1.3 related). As httpd is built statically with openssl, I’m afraid rebuilding is required.

    Regards.

Leave a Reply

Your email address will not be published. Required fields are marked *