我尝试在Apache Httpd服务器上部署基于Yii的应用程序时面临权限被拒绝错误,以下是相同的日志。
require_once():需要打开失败 '/home/tarun/scripts/yii-1.1.13/framework/yii.php' (include_path ='。:/ usr / share / pear:/ usr / share / php')in /var/www/hellouttarakhand.com/index.php在第12行[2006年4月6日星期六 2013年14:49:03] [错误] [client :: 1] PHP警告: require_once(/home/tarun/scripts/yii-1.1.13/framework/yii.php):失败 打开流:权限被拒绝 /var/www/hellouttarakhand.com/index.php第12行
由于上述错误,应用程序页面始终显示为空白,因为脚本无法执行。
我已将chmod 777发送到yii根文件夹,并执行以下命令
chcon -Rv --type = httpd_user_content_rw_t /home/tarun/scripts/yii-1.1.13 /
但这个错误仍然没有运气。
任何指针都将受到赞赏。