/ Published in: Apache
If you want to remove all of the openbasedir restrictions for all sites in Plesk, simply create a file called /etc/httpd/conf.d/zzzopenbasedir_removal.conf and add this text within it (Be sure you trust your users.) :
Expand |
Embed | Plain Text
<DirectoryMatch /var/www/vhosts/(.*)/httpdocs/> php_admin_value open_basedir none </DirectoryMatch>
You need to login to post a comment.
