Apache配置错误403

时间:2015-07-13 09:58:39

标签: linux apache http rhel

我已按照本教程配置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

我仍然遇到同样的错误。我该怎么办?

1 个答案:

答案 0 :(得分:0)

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