• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

httpd.include

S

superguigui3

Guest
Hello,

I have a problem with the auto-generated httpd.include on my server.

the open_basedir is set to :
php_admin_value open_basedir "/var/www/vhosts/www.website.com/httpdocs:/tmp"

But i need :
php_admin_value open_basedir "/var/www/vhosts/www.website.com/httpdocs:/tmp:/www:/var"

Our websites need to access to these 2 directories.

When Plesk reload the configuration, modification made are (of course) deleted.

Where can i make these changes ?

(I've tried to make it in /var/www/vhosts/www.website.com/conf/vhost.conf but it is not working)
 
After creating the vhost.conf file did you run:

/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<domain_name>
 
Back
Top