Welcome to Centmin Mod Community
Register Now

Nginx PageSpeed ngx_pagespeed 1.9.32.11-beta released

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by eva2000, Dec 11, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    55,189
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    4:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Nginx PageSpeed 1.9.32.11-beta was released PageSpeed Release Notes | PageSpeed Module | Google Developers

    Seems to be a security update
    From ngx_pagespeed Google Groups https://groups.google.com/d/msg/ngx-pagespeed-discuss/uAwZIUlFZdY/LE86JMrlCwAJ


     
    Last edited: Dec 11, 2015
  2. eva2000

    eva2000 Administrator Staff Member

    55,189
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    4:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Will be testing Centmin Mod Nginx's ngx_pagespeed 1.9.32.11-beta update compatibility today :)

    To update, edit centmin.sh and prior to recompiling nginx via centmin.sh menu option 4

    change variables

    from
    Code (Text):
    NGXPGSPEED_VER='1.9.32.10-beta'
    NGINX_PAGESPEEDPSOL_VER='1.9.32.10'

    to
    Code (Text):
    NGXPGSPEED_VER='1.9.32.11-beta'
    NGINX_PAGESPEEDPSOL_VER='1.9.32.11'

    then recompile nginx via centmin.sh menu option 4

    Quick sed replacement, update commands for existing Centmin Mod are outlined on official page here and below.

    change to centmin mod install directory, sed replace the version numbers and grep to make sure they were replaced
    Code (Text):
    cmdir
    sed -i 's|1.9.32.10|1.9.32.11|g' centmin.sh
    grep 1.9.32 centmin.sh

    i.e.
    Code (Text):
    grep 1.9.32 centmin.sh
    NGXPGSPEED_VER='1.9.32.11-beta'
    NGINX_PAGESPEEDPSOL_VER='1.9.32.11'

    then run centmin.sh menu option 4 to recompile Nginx with new version.

    check that ngx_pagespeed-release-1.9.32.11-beta was compiled via nginx -V command

    ngx_pagespeed 1.9.32.11-beta security update



    Updated both Centmin Mod 123.08stable and 123.09beta01 builds to default to ngx_pagespeed 1.9.32.11-beta for security update. You can update Centmin Mod code via centmin.sh menu option 23 submenu option 1 and then 2 and then recompile Nginx via centmin.sh menu option 4 as outlined above.

    To update your Centmin Mod builds follow instructions at centminmod.com/upgrade.html and respective version threads below:
     
    Last edited: Dec 11, 2015
  3. eva2000

    eva2000 Administrator Staff Member

    55,189
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    4:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    works fine on Centmin Mod 123.09beta01

    Already updated the forums, and centminmod.com cluster of servers :D

     
    Last edited: Dec 11, 2015