• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

vhost.conf

M

MaRiOs

Guest
I try to install the moodle cms in a subdomain called education/

but I get errors of : Warning: file_exists(): open_basedir restriction in effect.

so I created a vhost.conf file containing :

<Directory /home/httpd/vhosts/mariosmaravelias.info/subdomains/education/httpdocs>
php_admin_value open_basedir none
php_admin_value safe_mode 0
</Directory>

The I runned the command /usr/local/psa/admin/sbin/websrvmng -u --vhost-name=maindomain.com

and I got no error.
Then I restarted apache.

And I saw no change to the errors of the cms ...
 
Where did you set up the vhost.conf file?

It should be

/home/httpd/vhosts/mariosmaravelias.info/subdomains/education/conf/vhost.conf

NOT

/home/httpd/vhosts/mariosmaravelias.info/conf/vhost.conf

(That was my fault the last time...)
 
Back
Top