doupijin0397 2018-07-24 15:38
浏览 710
已采纳

CentOS + Apache:您无权访问此服务器上的/info.php

I have installed CentOS 7 with Apache Web Server and PHP. But when I try to test php I've got this error

enter image description here

The user and group of info.php are "apache"

enter image description here

My Document Root is defined like you can see:

enter image description here

If I try to access with http://localhost it works, but when I try to access with http://localhost/info.php then it fails!!!

I have installed php and php-fpm package. Maybe Would I need other packages?

What am I doing wrong?

Edit I:

Looking for an error in access_log file I have found this error:

enter image description here

Why I get this error?

Edit II:

Looking for in error_log file I have found that is a problem of permissions:

[Tue Jul 24 18:44:21.084670 2018] [mime_magic:error] [pid 4986] [client ::1:38162] AH01512: mod_mime_magic: can't read `/var/www/html/info.php'
    [Tue Jul 24 18:44:21.084848 2018] [core:error] [pid 4986] (13)Permission denied: [client ::1:38162] AH00132: file permissions deny server access: /var/www/html/info.php

But the file belongs to "apache" user and group ... :(

enter image description here

Edit III:

enter image description here

  • 写回答

1条回答 默认 最新

  • douwen3127 2018-07-25 18:06
    关注

    The solution to the problem is:

    sudo chcon -R -v -t httpd_sys_rw_content_t info.php
    

    How @Lou said it was a SELinux problem.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?