• 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

  • 相关阅读:
    Codeforces Canda Cup 2016
    Codeforces Round #377(div 2)
    后缀数组专题
    Codeforces Round #375(div 2)
    Codeforces Round #374(div 2)
    [HDU5902]GCD is Funny(xjb搞)
    [HDU5904]LCIS(DP)
    HDU 1251统计难题
    POJ2104 K-TH NUMBER 传说中的主席树
    poj 3041
  • 原文地址:https://www.cnblogs.com/HCT118/p/5505939.html
Copyright © 2020-2023  润新知