php报错Permission denied

来源:岁月联盟 编辑:exp 时间:2011-11-04

 

去apache的log下看error_log文件

#cd /usr/local/apache2/logs/

(13)Permission denied: exec of '....index.php' failed

 

 

加权限就可以

#chmod +x    index.php路径

作者 21aspnet

上一篇:php的dl函数
下一篇:phpize是什么