gpt4 book ai didi

php - apache 服务器 CentOS 中的访问权限

转载 作者:搜寻专家 更新时间:2023-10-31 21:31:02 25 4
gpt4 key购买 nike

我安装了虚拟机CentOS 6.6。我还使用 yum 安装了 Apache、PHP、MySQL。

我将文档根目录从 /var/www/html 更改为 /www所以我编辑了我的 /etc/httpd/httpd.conf 并更改了这两行:

DocumentRoot "/var/www/html"

<Directory "/var/www/html">

我重启了apache就没问题了。

当我尝试打开http://192.168.199.90/phpinfo.php 时出现问题。我得到了:

Forbidden You don't have permission to access /phpinfo.php on this server.

我试图在 /etc/selinux/conf 中禁用 SElinux,并将 enforcing 更改为 disabled

我也试过这个:chcon -v -R --type=httpd_sys_content_t/www/

当我写 ls -laZ/www 时,我有:

drw-rw-rw-. www  www  unconfined_u:object_r:httpd_sys_content_t:s0 .
dr-xr-xr-x. root root system_u:object_r:root_t:s0 ..
-rwxrwxrwx. root root unconfined_u:object_r:httpd_sys_content_t:s0 phpinfo.php
drw-rw-rw-. www www unconfined_u:object_r:httpd_sys_content_t:s0 sites

最佳答案

谢谢大家,我重新收藏了

我更改了 SElinux 的当前模式从 enforcingpermissive 通过在终端中写入:

设置强制 0

所以当我写的时候

getenforce 我得到 Permissive

我也做了 chmod 755 -Rf/www

;)

关于php - apache 服务器 CentOS 中的访问权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30032599/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com