Please tell me how to do this from the Plesk interface (version 10).
Btw, if this is not possible via the Plesk interface, please tell me which of these two files I need to change:
[ root@vps ~]
edit . In the end, I came to the conclusion that my main problem is not safe mode, but an open base directory. The link that helped me solve this: remove the openbasedir restriction for a specific domain in plesk , which I will insert here if this blog gets removed:
If you have an open_basedir restriction causing domain problems, you can easily remove this restriction. First, in /home/httpd/vhosts/[domain]/conf/vhost.conf enter the following text:
<Directory /home/httpd/vhosts/[domain]/httpdocs> php_admin_flag engine on php_admin_value open_basedir none </Directory>
source share