Hi I made the migration to easypache4 and enabled mod_http2
but after the installation the protocol always remains http1.1
dedicated server configurations: CENTOS 6.9 x86_64 standard
Apache 2.4
mod_cgid (also tried suPHP)
mod_mpm_event
PHP 5.6 Handler: php56-php-fpm (also tried suPHP)
Others
OpenSSL 1.0.1e-fips 11 Feb 2013 -> SSL certified only on domains ( COMODO RSA Domain Validation Secure Server CA)
my http2.conf
Does the server also need ssl certification or do the domains go well?
Do I need to configure some other parameter?
why do I still receive http1.1 protocol?
Thanks.
but after the installation the protocol always remains http1.1
dedicated server configurations: CENTOS 6.9 x86_64 standard
Apache 2.4
mod_cgid (also tried suPHP)
mod_mpm_event
PHP 5.6 Handler: php56-php-fpm (also tried suPHP)
Others
OpenSSL 1.0.1e-fips 11 Feb 2013 -> SSL certified only on domains ( COMODO RSA Domain Validation Secure Server CA)
my http2.conf
Code:
<IfModule http2_module>
LogLevel http2:info
Protocols h2 h2c http/1.1
</IfModule>
Does the server also need ssl certification or do the domains go well?
Do I need to configure some other parameter?
why do I still receive http1.1 protocol?
Thanks.