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

Beta Branch update installers for 140.00beta01

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

  1. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    10:38 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update installers for 140.00beta01

    - preparing PHP 8.4.0alpha1 installer for PHP 8.4 testing
    - add edge and modsecurity installers. Edge installers install all the latest bleeding enable versions and enable additional options by default while modsecurity installer enables Nginx modsecurity module itself by default - the configuration of Nginx modsecurity though is left to end users to do and understand themselves
    - the edge installers default to PHP 8.3 and switching Nginx used crypto libraries from default EL8/EL9 system OpenSSL 1.1.1k/3.07 respectively to using Amazon AWS-LC crypto library which is based on a mix of BoringSSL + OpenSSL 1.1.1 with HTTP/3 QUIC support and enables the following default options
    Code (Text):
    SET_DEFAULT_MYSQLCHARSET='utf8mb4'
    SELFSIGNEDSSL_ECDSA='y'
    PHPFINFO='y' # if enough memory is available >4GB memory + 4GB swap disk
    PHP_OVERWRITECONF='n'
    PYTHON_INSTALL_ALTERNATIVES='y'
    DMOTD_PHPCHECK='y'
    NGINX_GEOIPTWOLITE='y'
    NGXDYNAMIC_GEOIPTWOLITE='y'
    NGINX_PCRE_TWO='y'
    AWS_LC_SWITCH='y'
    NGINX_NJS='y'
    NGXDYNAMIC_NJS='y'
    NGXDYNAMIC_BROTLI='y'
    NGINX_LIBBROTLI='y'
    NGINX_ZSTD='y'
    NGINX_VIDEO='y' # enable nginx slice, rtmp, mp4, flv modules
    ENABLE_MARIADBTENFOURUPGRADE='y'
    ENABLE_MARIADBTENFIVEUPGRADE='y'
    ENABLE_MARIADBTENSIXUPGRADE='y'


    Continue reading...


    140.00beta01 branch