Hello everybody I'm using ISPConfig for several years and recently I'd update OS and ISPConfig. Since it, the configuration in ISPConfig pannel in System->Server Configuration -> PHP open_basedir doesn't take effect on my web. Seeing base_dir configuration inside web (echo ini_get('open_basedir')) I can see than all changes done in ISPConfig3 pannel are useless. At last i've commented that in /etc/apache2/sites-available/siragga.es.vhost: # Clear PHP settings of this website # <FilesMatch "\.ph(p3?|tml)$"> # SetHandler None # </FilesMatch> # php as fast-cgi enabled Since that, I can write open_basedir paths in php.ini and works fine. Of course it's not a good solution as that configuration is global for all websites and obscured to ISPConfig3. What can I do to keep doing all configuration with pannel? Thxs!
This eetting is the default for newly created websites, so it can not take effect on existing sites. If you want to change the open_basedir of a existing site, then change it on the options tab of the site.