Return to Snippet

Revision: 13373
at April 21, 2009 16:59 by zachharkey


Initial Code
<DirectoryMatch /var/www/vhosts/(.*)/httpdocs/>
        php_admin_value open_basedir none
</DirectoryMatch>

Initial URL


Initial Description
If you want to remove all of the open_basedir restrictions for all sites in Plesk, simply create a file called /etc/httpd/conf.d/zzz_openbasedir_removal.conf and add this text within it (Be sure you trust your users.) :

Initial Title
Remove open_basedir restriction for all sites in Plesk

Initial Tags


Initial Language
Apache