R
roshank
Guest
Hi All,
I have plesk installed on an RHEL-3 server. The plesk version installed on the server is psa v8.2.0. I have updated the server using up2date. Since then open_basedir is showing errors. Searched for a possible fix and came up with changing the "php_admin_value open_basedir none" in httpd.include and restarting apache. After this it started working fine. But when plesk is restarted the configurations reverted back to default.
Then I made the vhost.conf file under the domain having the problem and entered
"<Directory /var/www/vhosts/domain-name/httpdocs>
php_admin_flag safe_mode off
php_admin_value open_basedir none
</Directory>"
Once again restarted httpd and the domain was working fine. However if I restart plesk or run the command
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<domain_name> the changes just vanish and is reset to default.
Could you shed some light in order to solve this issue ASAP.
Thank you, All.
Warm Regards,
Roshan.
I have plesk installed on an RHEL-3 server. The plesk version installed on the server is psa v8.2.0. I have updated the server using up2date. Since then open_basedir is showing errors. Searched for a possible fix and came up with changing the "php_admin_value open_basedir none" in httpd.include and restarting apache. After this it started working fine. But when plesk is restarted the configurations reverted back to default.
Then I made the vhost.conf file under the domain having the problem and entered
"<Directory /var/www/vhosts/domain-name/httpdocs>
php_admin_flag safe_mode off
php_admin_value open_basedir none
</Directory>"
Once again restarted httpd and the domain was working fine. However if I restart plesk or run the command
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<domain_name> the changes just vanish and is reset to default.
Could you shed some light in order to solve this issue ASAP.
Thank you, All.
Warm Regards,
Roshan.