R
r.meister
Guest
Hello, I'm trying to override the php_admin_value open_basedir value for a subdomain but it seams Plesk isn't picking it up in the httpd.include file for the domain.
I created a vhost.conf file in the following path: /home/vhosts/domain.com/conf/subdomains/subdomainname/conf where I placed the override in various ways:
<Directory /home/vhosts/domain.com/subdomains/subdomainname/httpdocs>
php_admin_value open_basedir none
</Directory>
After which I executed the command:
/usr/local/psa/admin/sbin/websrvmng -v -a
I also tried different other notations but no luck.
This thing is working great for the master domain, but somehow It's not working for subdomains.
Does anybody have any idea?
I created a vhost.conf file in the following path: /home/vhosts/domain.com/conf/subdomains/subdomainname/conf where I placed the override in various ways:
<Directory /home/vhosts/domain.com/subdomains/subdomainname/httpdocs>
php_admin_value open_basedir none
</Directory>
After which I executed the command:
/usr/local/psa/admin/sbin/websrvmng -v -a
I also tried different other notations but no luck.
This thing is working great for the master domain, but somehow It's not working for subdomains.
Does anybody have any idea?