首页 > Web开发 > 详细

apache常见错误汇总

时间:2014-12-14 18:33:05      阅读:592      评论:0      收藏:0      [点我收藏+]

<>问题:

Access forbidden!

You don‘t have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.10 (Unix) OpenSSL/1.0.1j PHP/5.5.19 mod_perl/2.0.8-dev Perl/v5.16.3

解决方法:

在linux环境下,若是其他问题都解决了,但是还是无法访问,说明是目录的访问权限问题,目录的访问权限设为755,注意是从根目录开始设置,

如项目phptest是在workspace下面放到/home/test/workspace/phptest,则必须从/home开始递归设置权限,否则只是从workspace或phptest

开始递归设置还是会出现访问权限问题。

 

apache常见错误汇总

原文:http://www.cnblogs.com/andydao/p/4162797.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!