码迷,mamicode.com
首页 > Web开发 > 详细

thinkPHP5配置nginx环境无法打开(require(): open_basedir restriction in effect. File(/mnt/hgfs/root/tp5/thinkphp/start.php) is not within the allowed path(s)

时间:2017-06-05 15:49:06      阅读:9050      评论:0      收藏:0      [点我收藏+]

标签:错误   alt   src   log   无法   restrict   base   文件   thinkphp   

今天想把玩一下tp5,结果怎么都无法访问,每次都是报500错误,我把错误提示都打开看到下面的错误

require(): open_basedir restriction in effect. File(/mnt/hgfs/root/tp5/thinkphp/start.php) is not within the allowed path(s): (/mnt/hgfs/root/tp5/public/:/tmp/:/proc/) 

1,我是php7 ,php.ini里面的open_basedir 是注释掉的

2,后来查找到时fastcgi的问题

3,修改fastcgi的配置文件 /usr/local/nginx/conf/fastcgi.conf   

  技术分享

4,重启 service nginx restart 

5,搞定:

  技术分享

 

thinkPHP5配置nginx环境无法打开(require(): open_basedir restriction in effect. File(/mnt/hgfs/root/tp5/thinkphp/start.php) is not within the allowed path(s)

标签:错误   alt   src   log   无法   restrict   base   文件   thinkphp   

原文地址:http://www.cnblogs.com/spicy/p/6944981.html

(8)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!