Welcome to Centmin Mod Community
Register Now

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:
    11:31 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:
    11:31 AM
  3. eva2000

    eva2000 Administrator Staff Member

    54,548
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    12:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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 Premium Member Premium Member

    4,084
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    4:31 PM
    Nginx-1.25.x
    MariaDB 10.3.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,446
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    10:31 PM
    Mainline
    10.2
    Mostly.
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,548
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    12:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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