0

我的一些访问者在加载页面时出错:

The following error was encountered:

• The request or reply is too large. If you are making a POST or PUT request, then
  your request body (the thing you are trying to upload) is too large. If you are
  making a GET request, then the reply body (what you are trying to download) is
  too large. These limits have been established by the Internet Service Provider
  who operates this cache. Please contact them directly if you feel this is an
  error.

Your cache administrator is webmaster.

我在互联网上读到,我什么都做不了..但我想做。

有什么问题?我可以用它做点什么吗?谢谢

4

2 回答 2

1

终于,我发现了问题!

这是同样的问题,正如我在这里所描述的(并且得到了负声誉):https://stackoverflow.com/questions/8045080/website-for-mobile-white-screen (我在这个线程中编辑了这个问题,如果有人发现它扔谷歌)

我在我的脚本中忘记了 set_cookie(),它经常被调用。因此,在 HTTP 标头中,我有大量的 set_cookie 行。该缓存服务器无法处理它..

于 2011-12-02T23:38:03.153 回答
0

您描述的消息来自Squid Cache

要么您在 Web 服务器上运行配置错误的 Squid 缓存,要么遇到此问题的用户通过配置错误的 Squid 缓存进行连接。

无论哪种方式,问题都不在于您的 CodeIgniter 应用程序。

于 2011-11-07T10:10:55.337 回答