Hi! I'm logged in as admin in ISPConfig 3.0.5 When I try to change the open_basedir of an individual site (or vhost-subdomain) the new value isn't stored. I change the value in the GUI in the website's settings and save. But when i come back the value is set back to the default… I'm using NGINX with PHP-FPM. The corresponding value in the PHP .conf-files also isn't being the changed – it is as if my changes in open_basedir never get saved anywhere. Is there something I'm overseeing?
You have to change the value in the website, vhost-subdomains get their open_basedir value from the parent website as well, so you can not set a different open_basedir for a vhost subdomain then the one that you had set in the website.
Hi @till, I tried what you suggested - I changed the open_basedir value for the domain in ISPConfig. phpinfo() in the domain shows the entered values. However, the change did not propagate to the subdomain. phpinfo() in the subdomain still shows the open_basedir to be without the folder I added!
The bugtracker describes what i told you in #2 of this thread. To change the open_basedir of a vhost subdomain, you have to edit the value in the parent website. The value in the vhostsubdomain gets changed when you edit the vhostsubdomain the next zime. Just verified that here, works fine.