ikkeben
Verified User
See post above you.
NINGX ?
Prelease DA?
MPM as event mode?
NINGX ?
Prelease DA?
MPM as event mode?
I would like to know the same thing. With apache it runs straight out of the box, but setting 'nginx_apache' as the webserver disables HTTP/2, even after rebuilding both Apache and NGINX.Updated Centos to 1708
set http2=1 in directadmin.conf
rebuilt nginx_apache
KeyCDN HTTP/2 test results are:
"does not support HTTP/2.0. Supported protocols: http/1.1"
"ALPN is not supported"
Openssl version is 1.0.2k
am I missing a step?
For all the .so symlinkers - you're doing very bad things on your system This tutorial is for static compilation of openssl into apache binaries, not for changing your openssl libraries on the system...
Starting httpd: AH00526: Syntax error on line 31 of /etc/httpd/conf/extra/httpd-includes.conf:
Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration
It's recommended to run PHP in PHP-FPM mode, so that PHP wouldn't be installed as a module of Apache (otherwise you might have openssl library conflict, if PHP is compiled as apache module and uses the old (OS) version of openssl).
==> PASV ... couldn't connect to 194.97.150.234 port 52245: Connection refused
root@serwer:/# openssl version
OpenSSL 1.0.1t 3 May 2016
Hello,
is there anyone that can give me step by step points to enable http/2 on my VPS server?
I have CentOS 7.5.1804
CustomBuild 2.0 latest version
Php 7.1.24 mod_php
All my websites have SSL certificate.