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?
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
Quote:
Since it, the configuration in ISPConfig pannel in System->Server Configuration -> PHP open_basedir doesn't take effect on my web.
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.
Recent comments
1 day 7 hours ago
1 day 12 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 14 hours ago
2 days 21 hours ago
2 days 21 hours ago
2 days 23 hours ago