ngx_pagespeed module for stock nginx

PPA description

This repository contains "ngx_pagespeed" dynamic module for Ubuntu's stock nginx packages, including all flavors available in the official repository.

My blog has more info: http://s.du9l.com/WE6cm

* WARNING: Building dynamic modules alone is EXPERIMENTAL. It is NOT guaranteed to work by the nginx authors. Even though the module can be loaded and has been tested on my own server, I still don't recommend using it in PRODUCTION environments. USE AT YOUR OWN RISK. *

The package names are "ngx-pagespeed-nginx-FLAVOR" where FLAVOR is core / light / full / extras, which should match your nginx flavor. Check with:
  $ dpkg -l | grep nginx

The versions follow ngx_pagespeed's latest stable versions and Ubuntu's REL-updates (e.g. xenial-updates) nginx versions. For example, the first version available in this PPA is built with ngx_pagespeed 1.11.33.4 and xenial-updates' nginx 1.10.0-0ubuntu0.16.04.4 versions.

To use this module, first install the right flavored package, and then add the line:
  load_module modules/ngx_pagespeed.so;
... to your /etc/nginx/nginx.conf file before reloading nginx.

* NOTE: This package is linked against the pre-built "psol" binaries provided by Google, so only i386 and amd64 systems are supported for now. In the future I will update the package to build psol itself. *

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:du9l/ngx-pagespeed to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:du9l/ngx-pagespeed
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

deb https://ppa.launchpadcontent.net/du9l/ngx-pagespeed/ubuntu xenial main 
deb-src https://ppa.launchpadcontent.net/du9l/ngx-pagespeed/ubuntu xenial main 
Signing key:
4096R/3348EA327B4AF1577D6BD41928C731202042E9E3 (What is this?)
Fingerprint:
3348EA327B4AF1577D6BD41928C731202042E9E3

For questions and bugs with software in this PPA please contact Du9L.com.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

11 of 1 result
Package Version Uploaded by
ngx-pagespeed 1.12.34.2+nginx-1.10.3-0ubuntu0.16.04.2-1 Jiulun.Du ()
11 of 1 result

Latest updates

  • ngx-pagespeed 349 weeks ago
    Successfully built