Enable HTTP/2 support on EasyApache4

EasyApache 4 adds quite a lot of HTTP/2 support from apache version 2.4.25-10". Install "mod_http2" package using below command to enable HTTP/2 support on EA4 server. yum install ea-apache24-mod_http2.x86_64 You can verify the status using below command. /opt/cpanel/libcurl/bin/curl -I --http2 -v http://domain.com

Steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server.

If any website scripts stringently need FCGI handler for working, you can install it from EA4 experimental Repository. Follow below steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server. 1. Install ea4-experimental Repository and mod_fcgid module. === yum install ea4-experimental yum install ea-apache24-mod_fcgid.x86_64 === 2. Create a file "/etc/apache2/conf.d/php-fcgi-53.conf" with below pasted … Continue reading Steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server.