• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Can´t change DocumentRoot

MarkusF

New Pleskian
Hello,

i have an vserver from Strato with Plesk Panel 9.5.2 an Ubuntuu Linux.
If I change the DocumentRoot in http.include it will lost if make the next upgrade.
I want to add the dirctory "/markus/gallery2/g2data" into the DocumentRoot.

I have an own vhost.conf in "/var/www/vhosts/my-domain.de/conf/" with the following content:

<Directory /var/www/vhosts/my-domain.de/httpdocs>
php_admin_value open_basedir "/var/www/vhosts/my-domain.de/httpdocs:/tmp:/markus/gallery2/g2data"
</Directory>

Then I make a "/....../psa/admin/sbin/websrvmng -a -v"

Then let me show the configuration with "phpinfo"
But phpinfo show me that the DocumentRoot is "/var/www/vhosts/my-domain.de/httpdocs"

Thats the same as before I make changes to the vhost.conf
Nothing is happend.

What can I do to add the additional directory to my DocumentRoot?

Greetings,
M. Foerg


PS: Sorry for my bad english
 
Back
Top