Get the most out of your Centmin Mod LEMP stack
Become a Member

Stable Branch update lua nginx modules versions & patch for nginx 1.25.4+ support in 131.00stable

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 15, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:08 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update lua nginx modules versions & patch for nginx 1.25.4+ support in 131.00stable

    - update lua nginx module to 0.10.26 and lua stream nginx module to 0.0.14
    - add a patch fix to lua nginx stream module for nginx 1.25.4+ compatibility support to workaround nginx compilation errors like


    src/ngx_stream_lua_module.c:867:5: error: unknown type name ‘ngx_stream_ssl_conf_t’; did you mean ‘ngx_stream_addr_conf_t’?

    and

    src/ngx_stream_lua_module.c:872:21: error: request for member ‘listen’ in something not a structure or union
    872 | if (sscf && sscf->listen) {

    Continue reading...

    131.00stable branch