Join the community today
Become a Member

Master Branch update ngx_pagespeed module version in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 1, 2022.

  1. eva2000

    eva2000 Administrator Staff Member

    59,373
    12,513
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,149
    Local Time:
    9:50 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update ngx_pagespeed module version in 123.09beta01

    - update optional ngx_pagespeed module from 1.13.35.2 stable to 1.14.33.1-RC1 ngx version while PSOL/mod-pagespeed binary is 1.14.36.1 as older version isn't compatible with 123.09beta01 updated GCC 10 compiler version and will fail to properly compile Nginx when NGXDYNAMIC_NGXPAGESPEED='y' and NGINX_PAGESPEED='y' are set in persistent config file /etc/centminmod/custom_config.inc
    prior to initial Centmin Mod install or Nginx upgrades https://community.centminmod.com/threads/nginx-failed-after-cmm-installation.22414/#post-91848. The ngx_pagespeed 1.14.33.1-RC1 has been in preview release since August 2020 https://github.com/apache/incubator-pagespeed-ngx/releases
    - using different versions for NGXPGSPEED_VER='1.14.33.1-RC1' and NGINX_PAGESPEEDPSOL_VER='1.14.36.1' for ngx_pagespeed and PSOL/mod-pagespeed binary as the developers haven't updated ngx_pagespeed yet due to needing compliance/ ASF standards checks according to https://github.com/apache/incubator-pagespeed-ngx/issues/1740#issuecomment-995264625. As such response headers will report the PSOL/mod-pagespeed binary version 1.14.36.1 when checked i.e.

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Connection: keep-alive
    Vary: Accept-Encoding
    Server: nginx centminmod
    X-Powered-By: centminmod
    Date: Mon, 31 Jan 2022 02:26:22 GMT
    X-Page-Speed: 1.14.36.1-0
    Cache-Control: max-age=0, no-cache

    Continue reading...


    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.