php open_basedir

WBOY
Libérer: 2016-06-20 12:58:29
original
1263 Les gens l'ont consulté

在Mac的VMware下面配置了个虚拟机,php的集成开发环境使用的是lnmp,配置了pangu系统的虚拟机,提示如下错误:

Warning: require(): open_basedir restriction in effect. File(/mnt/hgfs/php/api/config.inc.php) is not within the allowed path(s): (pangu/:/tmp/) in /mnt/hgfs/php/index.php on line 25 Warning: require(/mnt/hgfs/php/api/config.inc.php): failed to open stream: Operation not permitted in /mnt/hgfs/php/index.php on line 25 Fatal error: require(): Failed opening required './api/config.inc.php' (include_path='.:') in /mnt/hgfs/php/index.php on line 25
Copier après la connexion

后来查Google发现是open_basedir会阻止打开不在open_basedir里面指定目录的文件,只要在php.ini配置open_basedir,把要引入的文件路径加入即可

------------------------------------------[HOST=www.lnmp.org]open_basedir=ls/:/tmp/[PATH=ls]open_basedir=ls/:/tmp/[HOST=128.com]open_basedir=/home/wwwroot/128.com/:/tmp/[PATH=/home/wwwroot/128.com]open_basedir=/home/wwwroot/128.com/:/tmp/:/mnt/hgfs/
Copier après la connexion
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal