Apache PageSpeed (Incubating) releases

Please read the WIP-DISCLAIMER before using the releases below.

It is essential that you verify the integrity of release downloads. See instructions here

mod-pagespeed-apache-incubating-beta-1.14.36.1-r0.tar.bz2

Download | Signature | Hash | mod-pagespeed-apache-incubating-beta-1.14.36.1-r0.tar.bz2 — Filesize: 43.49 MB — Released: 06/22/2020 by oschaaf in r40130

mod-pagespeed-apache-incubating-beta_1.14.36.1-r0_amd64.deb

Download | Signature | Hash | mod-pagespeed-apache-incubating-beta_1.14.36.1-r0_amd64.deb — Filesize: 8.37 MB — Released: 06/22/2020 by oschaaf in r40130

psol-1.14.36.1-apache-incubating-x64.tar.gz

Download | Signature | Hash | psol-1.14.36.1-apache-incubating-x64.tar.gz — Filesize: 18.93 MB — Released: 06/22/2020 by oschaaf in r40130

If you're using Nginx you need to build from source. These packages are Apache-only.


Any releases offered below are pre-apache releases.

Latest pre-apache stable version

Supported platforms

To install the packages, on Debian/Ubuntu, please run the following command:

sudo dpkg -i mod-pagespeed-*.deb
sudo apt-get -f install

For CentOS/Fedora, please execute:

sudo yum install at  # if you do not already have 'at' installed
sudo rpm -U mod-pagespeed-*.rpm

Installing mod_pagespeed will add the Google repository so your system will automatically keep mod_pagespeed up to date. If you don't want Google's repository, do sudo touch /etc/default/mod-pagespeed before installing the package.

You can also download a number of system tests. These are the same tests available on ModPageSpeed.com.

What is installed

How to upgrade

To upgrade from a previous version, use the standard yum or apt-get update commands. For example:

.rpm
sudo yum update mod-pagespeed-beta  # Or mod-pagespeed-stable
sudo /etc/init.d/httpd restart
.deb
sudo apt-get update
sudo apt-get upgrade
sudo /etc/init.d/apache2 restart

How to Change Channels

To convert from one channel to another, uninstall one and re-install the other. For example, if you would like to move from stable to beta channel:

.rpm
sudo yum remove mod-pagespeed-stable
sudo yum install mod-pagespeed-beta
.deb
sudo apt-get remove mod-pagespeed-stable
sudo apt-get install mod-pagespeed-beta