Install PageSpeed Module on cPanel Server

First we clone the content from GitHub:

/usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/

Now we extract and move the module:

cd /tmp/pagespeed/Easy
tar -zcvf Speed.pm.tar.gz pagespeed
mkdir -p /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy
mv Speed.pm Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/

You can now remove the /tmp/pagespeed directory which was created.

Now recompile using EasyApache in the Web Host Manager and make sure to select mod_pagespeed on Short Options List


Now make sure that the
/usr/local/apache/conf/pagespeed.conf file has been created, modify that file per your needs (including turning the service on)

Additional information can be seen here: https://developers.google.com/speed/pagespeed/module/configuration

 

  • pagespeed, mod_pagespeed, google pagespeed
  • 0 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

How do I enable InnoDB on a cPanel Server?

To enable the InnoDB database engine, open up /etc/my.cnf in an editor(such as vim), and comment...

How do I create a new cPanel account within the Web Host Manager?

1. On the left hand navigation of WHM scroll down to Packages, and select Add Packages. Create a...

Account Migration

To generate the backup (on the server you are moving the account from) 1. Login to cPanel. 2....

How do I enable the GD library on a cPanel server?

First you will need to login to the Web Host Manager, Select Software->EasyApache If your...

Do you provide DNS management?

Yes, there are two primary options for managing DNS for your domains on a cPanel server: Option...