Want to subscribe to topics you're interested in?
Become a Member

Beta Branch update inc/nginx_configure.inc fix bug with dynamic module cleanup

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 22, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,190
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    2:08 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/nginx_configure.inc fix bug with dynamic module cleanup

    if you previously enabled a nginx dynamic module and then later recompiled nginx with dynamic module disabled or compiled a nginx module as non-dynamic, sometimes it doesn't clean up after itself and leaves the previous dynamic module in nginx dynamic modules directory at /usr/local/nginx/modules https://community.centminmod.com/posts/29006/. This update checks to see if the dynamic module still exists in dynamic modules directory at /usr/local/nginx/modules and removes it if it exists.

    Continue reading...

    123.09beta01 branch