Learn about Centmin Mod LEMP Stack today
Register Now

Master Branch update openresty lua module install routine in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jun 3, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    59,401
    12,517
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,153
    Local Time:
    9:04 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update openresty lua module install routine in 123.09beta01

    - Update fix is only relevant if you have enabled lua-nginx-module nginx module with version 0.10.15+ via persistent config file /etc/centminmod/custom_config.inc variable set with ORESTY_LUANGINX='y' prior to centmin.sh menu option 4 nginx compiles.
    - Update for workaround due to lua-nginx-module 0.10.15 updated module requiring openresty lua-resty-core lua module installation and previously the lua-resty-core module was installed in a path that lua-nginx-module couldn't find - resulting in error on nginx restarts, " nginx: nginx: [error] lua_load_resty_core failed to load the resty.core module from https://github.com/openresty/lua-resty-core; ensure you are using an OpenResty release from https://openresty.org/en/download.html (rc: 2, reason: module 'resty.core' not found". This update installs lua-resty-core & lua-resty-lrucache and other openresty lua module in path that lua-nginx-module can find.

    Continue reading...


    Centmin Mod Github Master branch

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