CentOS出错You don't have permission to access on this server

之前配置phpmyadmin的时候,在浏览器上输入http://192.168.8.250/phpmyadmin/

也遇到了You don't have permission to access on this server的问题

在网上搜了很多的资料,有的说是selinux的原因,把它关掉就可以了,

后来,我重新安装了phpmyadmin,发现有时候并不一定是selinux的原因;

再后来,找到了这篇文章的描述:

***********************分割线**************************

 

在CentOS5.3+MySQL 5.0.45 +Apache2.2.3 +PHP5.1.6中运行PHP程序出错

 

You don't have permission to access / on this server

 

装好apache+php+mysql后,

拷贝一份phpmyadmin过后运行出错:

You don't have permission to access / on this server

 

有人说把selinux关掉就好了

 

而我发现了这个原因和方法:

因为网站执行的权限,一般要Read from all httpd scripts and the daemon这个权限。

 

当系统内经过解压出来的文件夹是没有这个权限的。

 

我们要在html/下新建一个目录(这时会自动分为Read from all httpd scripts and the daemon权限)

 

然后把档案复制一份过来放进去(注意不是剪切)

 

运行试试看吧。

 

我就可以了。

 

CentOS5.3+MySQL 5.0.45 +Apache2.2.3 +PHP5.1.6(都是系统自带的)

 

原文出处:http://www.chinaitr.com/dispbbs.asp?boardid=65&id=630&move=next

posted @ 2016-05-18 17:22  hct118  阅读(531)  评论(0)    收藏  举报