В репозиторий добавлен Apache httpd 2.4.25 с поддержкой http2 для Red Hat Enterprise Linux и CentOS. Mod_ssl собран статически с OpenSSL 1.0.2k.
Ссылки:
Или же воспользуйтесь нашим репозиторием.
Обращаю ваше внимание на тот факт, что в зависимостях пакета присутствуют apr-util 1.5.0+ и libnghttp, которые я бы рекомендовал взять из репозитория EPEL. Таким образом, для использования Apache HTTPd проще всего подключить репозиторий EPEL:
yum install -y epel-release
Thanks, Alexander! It fixed the SSL warning “… this version of mod_ssl was compiled against a newer library …”.
Still when used “Protocols h2 http/1.1” it returns error 403 (has enabled http2_module; has no errors in logs; without «Protocols h2 http/1.1» works fine). Disabling SELinux doesn’t fix it. Any idea why and how to fix it?
I manage to fix it, see https://codeit.guru/en_US/2017/01/apache-httpd-2-4-25-built-against-openssl-1-0-2j-with-http2-for-red-hat-enterprise-linux-and-centos/#comment-225
When will be available for apache 2.4.27 against openssl 1.1.0f with https/2?