• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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