when setting
fixed this issue temporary using
I understood from some tech guys that using this method I can make damage to software running on my server (CentOS),
Is this the best way I can allow phpmyadmin to work using basedir on?
while setting basedir off from DA only and not from php.ini - some exploits using open_basedir bug keeps working. (they bypass open_basedir)
Thanks a lot,
Regards,
Omer Nevo
at php.ini, phpmyadmin stopped working.open_basedir = On
fixed this issue temporary using
at httpd.conf under mod_php5.cphp_admin_value open_basedir /var/www/html/
I understood from some tech guys that using this method I can make damage to software running on my server (CentOS),
Is this the best way I can allow phpmyadmin to work using basedir on?
while setting basedir off from DA only and not from php.ini - some exploits using open_basedir bug keeps working. (they bypass open_basedir)
Thanks a lot,
Regards,
Omer Nevo
Last edited: