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

Beta Branch Update OpenResty Lua Resty Core requirements in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 31, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:24 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Update OpenResty Lua Resty Core requirements in 123.09beta01


    - Optional OpenResty Lua Resty Core openresty/lua-resty-core prerequisites has been updated and now requires OpenResty Stream Lua Nginx module openresty/stream-lua-nginx-module to be installed as well.
    - Updated OpenResty Lua Resty Core from 0.1.15 to 0.1.16rc2 openresty/lua-resty-core
    - Updated OpenResty Lua LRU Cache from 0.08 to 0.09rc1 openresty/lua-resty-lrucache
    - Updated OpenResty Lua Nginx module from 0.10.13 to 0.10.14rc1 openresty/lua-nginx-module
    - Added OpenResty Stream Lua Nginx module 0.0.06rc1 openresty/stream-lua-nginx-module. Disabled by default NGX_LUASTREAM='n' but in future updates will auto enable openresty stream lua nginx module (NGX_LUASTREAM='y') when ORESTY_LUANGINX='y' set. Right now for testing it will not auto enable so needs manually setting NGX_LUASTREAM='y' due to encountering compile errors which need resolving.
    - FYI, by default Lua Nginx support is disabled unless persistent config file /etc/centminmod/custom_config.inc is populated with these 2 variables setting ORESTY_LUANGINX='y' and NGINX_OPENRESTY='y' prior to nginx upgrade/recompiles via centmin.sh menu option 4. So these updates will not affect the majority of folks using Centmin Mod 123.09beta01 out of the box defaults.

    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:24 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    This has been fixed now in this commit. So NGX_LUASTREAM='y' will auto enable when ORESTY_LUANGINX='y' is manually set.