Skip to main content
ModPageSpeed 2.0 and mod_pagespeed 1.1 — Now available

mod_pagespeed 1.1

Install from packages.modpagespeed.com

A signed apt and yum repository for mod_pagespeed 1.1. One line detects the distro, installs the GPG signing key, writes the source file, and pulls the package.

Install

curl -fsSL https://packages.modpagespeed.com/install.sh | sudo sh

Then install the module:

# Ubuntu / Debian
sudo apt-get install mod-pagespeed

# RHEL / AlmaLinux / Rocky
sudo dnf install mod-pagespeed

Supported today

Older Debian and Ubuntu releases (bullseye, bookworm, jammy), EL8, and arm64 are on the backlog. Contact us if you need one of them.

How it works

The install script detects the distribution, fetches the public signing key (F50D6054F10712A0), and writes a single source file: /etc/apt/sources.list.d/modpagespeed.list on apt, or /etc/yum.repos.d/modpagespeed.repo on yum. Credentials and URLs stay out of the source file itself — apt credentials live in /etc/apt/auth.conf.d/; the yum file is mode 0600.

Subsequent apt-get upgrade / dnf upgrade picks up new releases automatically. Releases are manually promoted from a staging endpoint to prod by the maintainer — there is no auto-promote.

License

The package is the same mod_pagespeed 1.1 build distributed through the direct download links. License activation runs from the admin console at /pagespeed_global_admin on your server — 14 days free, then $49/server/month. See /download/ for the full integration matrix (Apache, IIS, ASP.NET Core).