首页 > 代码库 > apache常见错误汇总
apache常见错误汇总
<>问题:
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常见错误汇总
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。