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

Beta Branch open_basedir globally disabled by default?

Discussion in 'Beta release code' started by GamerJota, Feb 24, 2018.

Tags:
  1. GamerJota

    GamerJota Member

    49
    7
    8
    Mar 1, 2016
    Ratings:
    +18
    Local Time:
    9:45 AM
    As the title says, does the latest centminmod beta version comes with open_basedir globally disabled by default?

    Mine was commented out during a fresh install a few minutes ago.


    Code:
    /usr/local/nginx/conf/php.conf
    Code:
    #fastcgi_param PHP_ADMIN_VALUE open_basedir=$document_root/:/usr/local/lib/php/:/tmp/;
     
  2. GamerJota

    GamerJota Member

    49
    7
    8
    Mar 1, 2016
    Ratings:
    +18
    Local Time:
    9:45 AM
  3. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:45 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    It's disabled by default right now, it had a history of switching between enabled and then disabled as it caused more problems then it's worth heh
     
  4. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    3:45 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    If we just switch it on and leave it?

    It seems a few platforms need that ......

    It will be hard to revert it back or it will have functionality issues?

    Thank you
     
  5. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    8:45 PM
    Mainline
    10.2
    Mostly.
     
  6. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:45 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    it will have issues if scripts require those functions so best way to combat that is have multiple php-fpm pools and customise that pools disable php functions just for that specific app/vhost