• 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.

where is vhost.conf file for web_users?

michaellunsford

Regular Pleskian
The main site's basedir restriction is different from the web_users restriction. Where is the vhost.conf file for the web_user?
 
found something

inside vhost.conf file, I can add the following -- which seems to work fine:

Code:
<Directory /home/httpd/vhosts/example.com/web_users/username>
php_admin_flag engine on
php_admin_value open_basedir /tmp/:/home/httpd/vhosts/example.com/web_users/username/:
</directory>
 
To answer your question specifically, its in the $DOMAINROOT/conf/httpd.include
 
you mean the file that says:

# ATTENTION!
# DO NOT MODIFY THIS FILE OR ANY PART OF IT. THIS CAN RESULT IN IMPROPER PLESK
# FUNCTIONING OR FAILURE, CAUSE DAMAGE AND LOSS OF DATA.

I was looking for the method by which one could change the basedir restriction. httpd.conf was it -- I just didn't know the language until I hacked on it for a few days.

Thanks anyway!
 
Back
Top