Template:PHP/open basedir
From wiki
Description
Edit the PHP setting open_basedir
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Folder | folders | Column separated list of folders
| String | required |
| Reload php | reload | no description
| Boolean | suggested |
Example
{{PHP/open_basedir|folders=/var/lib/roundcube/:/usr/share/roundcube/}}
Edit file /etc/php/7.0/mods-available/local-common.ini and add /var/lib/roundcube/:/usr/share/roundcube/ to the open_basedir setting.Reload PHP:
$ sudo systemctl restart php7.0-fpm.service