D
DmitryB
Guest
Hello,
I do need a hand with this issue - i know it had been raised several times but it seems no matter what i do i can't get it to work: my safe_mode_incude_dir local value is always = 0. I have no idea where it's coming from since i did all the required steps to fix it:
1. Included the desired path '/usr/local/share' to include_path in php.ini
2. Included the desired path '/usr/local/share' to safe_mode_include_dir in php.ini
so it's set fine serverwide (but not locally for vhost)
3. included php_admin_value open_basedir "/var/www/vhosts/domain.name/httpdocs:/usr/local/share:/tmp" to vhost.conf
4. included php_admin_flag safe_mode_include_dir "/usr/local/share" to vhost.conf also
5. reconfigured vhost with /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=domain.name
6. restarted apache
but still no success. i also tried all possible variations of this steps, still no luck.
is it at all possible?
I'm on Centos5 with Plesk 9.2
Thanks in advance for any response.
I do need a hand with this issue - i know it had been raised several times but it seems no matter what i do i can't get it to work: my safe_mode_incude_dir local value is always = 0. I have no idea where it's coming from since i did all the required steps to fix it:
1. Included the desired path '/usr/local/share' to include_path in php.ini
2. Included the desired path '/usr/local/share' to safe_mode_include_dir in php.ini
so it's set fine serverwide (but not locally for vhost)
3. included php_admin_value open_basedir "/var/www/vhosts/domain.name/httpdocs:/usr/local/share:/tmp" to vhost.conf
4. included php_admin_flag safe_mode_include_dir "/usr/local/share" to vhost.conf also
5. reconfigured vhost with /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=domain.name
6. restarted apache
but still no success. i also tried all possible variations of this steps, still no luck.
is it at all possible?
I'm on Centos5 with Plesk 9.2
Thanks in advance for any response.