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
Day: August 14, 2018
MySQL password length checker
script to check MySQL password length of users. mysql -e "SELECT user, Length(Password) FROM mysql.user;" | grep -E "16" | head
MySQL upgrade issue : /etc/init.d/mysql was gone
Tried to upgrade mysql 5.0 to 5.5 and then to 5.6 after 5.5 upgrade tried 5.6 all were gone /etc/init.d/mysql was gone Fix moved the file /var/lib/mysql/RPM_UPGRADE_MARKER and then /scripts/check_cpanel_rpms --fix