Welcome to Centmin Mod Community
Become a Member

Nginx PageSpeed ngx_pagespeed 1.9.32.2 beta released

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by eva2000, Oct 29, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,865
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    5:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Nginx PageSpeed 1.9.32.2 beta released PageSpeed Release Notes - PageSpeed Module — Google Developers


     
  2. eva2000

    eva2000 Administrator Staff Member

    53,865
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    5:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    updating should be easy as outlined at ngx_pagespeed install on Centmin Mod - Menu based Nginx installer for CentOS servers

    update: fresh Centmin Mod .07 stable or .08 beta zip download needed for CentOS 6.6 support too.

    1. in SSH window change to directory where centmin.sh is located
    2. change 2 variables in centmin.sh from

    Code:
    NGXPGSPEED_VER='1.9.32.1-beta'
    NGINX_PAGESPEEDPSOL_VER='1.9.32.1'
    to

    Code:
          
    NGXPGSPEED_VER='1.9.32.2-beta'
    NGINX_PAGESPEEDPSOL_VER='1.9.32.2'
    
    or use sed to do the change within the directory that centmin.sh is located
    Code:
    sed -i 's/1.9.32.1/1.9.32.2/g' centmin.sh
    3. run centmin.sh menu option 4 to recompile Nginx version - as Nginx 1.7.7 is out you can take the opportunity to upgrade Nginx to 1.7.7 and ngx_pagespeed to 1.9.32.2 beta at the same time :)
     
    Last edited: Oct 29, 2014