Enable HTTP 2 on cPanel
Enable HTTP 2 on cPanel using Centos 6.x or Centos 7.x
Speed and fast page load times is the key for increased visits on a website that needs to keep his visitors happy and convert them into clients.
Here we are going to show you how to enable HTTP 2 protocol in order to achieve better speed for your websites on a GOZEN VPS or Dedicated Server
Step 1
Using Putty or your favorite terminal tool, you need to issue the following commands.
yum install ea4-experimental yum install ea-apache24-mod_http2
Step 2
Once you finish with Step 1 and everything goes smooth, login into cPanel/WHM and search for “Apache Configuration” then “Include Editor”
<IfModule http2_module> LogLevel http2:info Protocols h2 h2c http/1.1 </IfModule>
Leave a Reply