• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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