gpt4 book ai didi

linux - Apache配置错误403

转载 作者:太空宇宙 更新时间:2023-11-04 03:36:29 24 4
gpt4 key购买 nike

我已按照本教程配置 http apache 服务器: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Managing_Confined_Services/chap-Managing_Confined_Services-The_Apache_HTTP_Server.html

当我使用连接时

telnet localhost 12345
GET / HTTP/1.0

我收到一个错误

HTTP/1.1 403 Forbidden

下面也列出了 apache 的默认 html。我尝试配置

/etc/httpd/conf/httpd.conf

添加

<Directory "/var/www/html">
Order allow,deny
Allow from all
Require all granted
</Directory>

也跑了

chmod -R o+x /var/www/html

我仍然遇到同样的错误。我该如何继续?

最佳答案

/var/www/html/目录中有一个名为index.html 的文件吗?我还建议检查/var/log/httpd 目录下的访问和错误日​​志文件

关于linux - Apache配置错误403,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31380351/

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