PDA

View Full Version : Nginx + Google PageSpeed Builds for Ubuntu



sandyd
May 20th, 2013, 09:30 PM
After seeing that Google Pagespeed now has a nginx module (https://github.com/pagespeed/ngx_pagespeed), I have created an experimental repository for it.

It is available at https://launchpad.net/~sandyd/+archive/nginx-current-pagespeed

You will have to build it yourself (two lines really), but I would love if some people could test it.

If anyone wants the package sources, see the directions at https://github.com/celenebjvl/nginx-latest-pagespeed
Notes:

The version number still hasnt been updated, but it matches the current Ubuntu release. I will fix that later
This was tested on 12.04 only, I will provide a 12.10/13.04 version later on if I have time

teward
May 20th, 2013, 09:34 PM
After seeing that nginx now supports Google Pagespeed (https://github.com/pagespeed/ngx_pagespeed), I have created an experimental repository for it.

You will have to build it yourself (two lines really), but I would love if some people could test it.

Instructions at https://github.com/celenebjvl/nginx-pagespeed

Show me in the changelogs for nginx where that's supported. Third party modules aren't part of nginx and therefore can't be used to say "oh hey nginx supports this"

sandyd
May 20th, 2013, 09:37 PM
Show me in the changelogs for nginx where that's supported. Third party modules aren't part of nginx and therefore can't be used to say "oh hey nginx supports this"

well, Google PageSpeed supports nginx now :D

sandyd
May 21st, 2013, 05:29 AM
Repository now updated with proper debian naming along with source package so that Ubuntu wont freak out over the versioning.

geaden
May 21st, 2013, 09:17 AM
Hello everyone! Will this package update my current nginx installation without pagespeed? Thanks.

sandyd
May 21st, 2013, 02:18 PM
Hello everyone! Will this package update my current nginx installation without pagespeed? Thanks.

Not at the moment.

sandyd
May 24th, 2013, 03:00 AM
Updated to nginx 1.4.1

hmoen
December 8th, 2013, 06:21 PM
I'm a noob to ubuntu and currently on U12.04 and have following installed:
nginx
nginx-common
nginx-full
I added your PPA and did "apt-get update".

How would I go about installing the new nginx-full with pagespeed enabled since it won't upgrade? Also, once installed what do I need to add to my nginx.conf to enable pagespeed?

Thank you in advance.