April 25, 2024, 02:01:18 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: The request or reply is too large, Squid ERROR  (Read 7495 times)

Offline ilias

  • Linux Learner
  • ***
  • Posts: 116
The request or reply is too large, Squid ERROR
« on: August 22, 2005, 01:53:34 PM »
when i access a site i am getting this error from my squid, what changes have to be done to aviod this error in squid conf http://www.domain.com/file.xxx

Code: [Select]

    *  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.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
The request or reply is too large, Squid ERROR
« Reply #1 on: August 23, 2005, 08:25:54 AM »
The information you have provided is insufficient, I think you should give last 15 lines of your cache.log , last 15 lines of you access log and also copy + paste of you browser's whole text when it shows error.

And please also tell us if you were earlier able to surf the internet using same configuration?

Offline ilias

  • Linux Learner
  • ***
  • Posts: 116
The request or reply is too large, Squid ERROR
« Reply #2 on: August 23, 2005, 10:40:24 AM »
I am able to browse all the sites except
http://www.domain.com/file.xxx. when i browse this i get error which i have posted at http://www.geocities.com/v2004pa/error.html

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
The request or reply is too large, Squid ERROR
« Reply #3 on: August 24, 2005, 09:58:37 AM »
So instead of giving that you should have posted the following.. -->
Quote
   *  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. [/code]

Anyways.. there is a option in squid.conf where you can raise the max size of an object to be delivered.
Its some max_object_size ! (don't remmeber exactly).
Its actually configuratino problem.. nothing more !
try to find and do yourself , if any error then I will post exactly what you have to change. !