现在的位置: 首页 > 综合 > 正文

“Error 403–Forbidden”错误

2013年09月05日 ⁄ 综合 ⁄ 共 638字 ⁄ 字号 评论关闭

  在一个项目中遇到了如下的问题,网上狂搜索,没找到产生的原因,还是自己研究吧,最后终于找到了原因:项目的web服务器是Apache+weblogic,apache负责处理静态页面,由于apache要处理的首页文件index.html不知什么原因丢失,所有出现了如下的错误,再次生成index.html,问题解决……有时候小问题也真难死人啊:(

Error 403--Forbidden

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.4 403 Forbidden

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.

抱歉!评论已关闭.