Discover Centmin Mod today
Register Now

Beta Branch variety of updates & fixes in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Dec 24, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    59,401
    12,517
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,153
    Local Time:
    3:38 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    variety of updates & fixes in 123.09beta01

    - update censys ip ranges to block in CSF Firewall at initial install time. For existing Centmin Mod users, you can run these CSF Firewall deny IP range commands to update your existing installs

    Code (Text):
    csf -d 162.142.125.0/24 censys
    csf -d 167.248.133.0/24 censys
    csf -d 167.94.138.0/24 censys
    csf -d 167.94.145.0/24 censys
    csf -d 167.94.146.0/24 censys
    csf -d 192.35.168.0/23 censys
    csf -d 198.108.204.216/29 censys
    csf -d 2602:80D:1000::/44 censys
    csf -d 2620:96:E000::/48 censys
    csf -d 74.120.14.0/24 censys


    - update /usr/local/nginx/conf/nginx.conf default client_body_buffer_size from 256K to 64K for more optimal memory usage for fresh installs. Existing Centmin Mod users will need to edit and update themselves
    - update Axel setup routine to disable outdated and no longer used rpmforge YUM repo
    - update MOTD and message links to remove Google+ Page link and replace with Centmin Mod official blog link to Centmin Mod Blog -
    - update optional detection checks for REMI php-fpm installed versions
    - ensure other curl & wget referenced commands use IPv4 IP
    - update installers for PHP fallbacks for PHP 7.4.27, 8.0.14, and 8.1.1 for respective default PHP 7.4, 8.0 and 8.1 installers
    - update nginx logrotate config file /etc/logrotate.d/nginx to support *.json log formats for fresh installs. Existing Centmin Mod users if they use Nginx json access log formats, can update the config file changing the 1st line

    from

    Code (Text):
    /var/log/nginx/*.log /usr/local/nginx/logs/*.log /home/nginx/domains/*/log/*.log {



    to

    Code (Text):
    /var/log/nginx/*.log /usr/local/nginx/logs/*.log /home/nginx/domains/*/log/*.log /var/log/nginx/*.json /usr/local/nginx/logs/*.json /home/nginx/domains/*/log/*.json {


    Continue reading...

    123.09beta01 branch