MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on September 12, 2014, 02:04:11 PM

Title: How to Install mod_pagespeed in cPanel using EasyApache ?
Post by: Dipak Bhoi on September 12, 2014, 02:04:11 PM
Hello,

This post will help you to install PageSpeed Module with the help of EasyApache in cPanel server.

PageSpeed Module :-PageSpeed speeds up your site and reduces page load time. This open-source webserver module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.

PageSpeed improves web page latency and bandwidth usage by changing the resources on that web page to implement web performance best practices.

How to install PageSpeed Module using EasyApache ?

1. Login to your server via SSH as a root user.
2. Download the package into source directory.

Quote#cd /usr/local/src
#wget http://prajith.in/scripts/mod_pagespeed-cust-opts.tar.gz

3. Change directory and extract the package their.

Quote#tar -C /var/cpanel/easy/apache/custom_opt_mods -xzf mod_pagespeed-cust-opts.tar.gz

4. That's it. Now build the EasyApache. You can see Mod_Pagespeed included in it and now install it by checking the box.
It will warn you to select Module Deflect, check it on as well and proceed further.

Quote#/scripts/easyapache

Thats' all. You have done.

Enjoy !!