Dear linux friends,

while accessing one web site, and when we filled the information to that web 
site and click on next we got this error.


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


however we rectify the same while changing some parameters to squid.conf file.

reply_header_max_size 1024 KB
request_header_max_size 1024 KB

reply_body_max_size 0 kb
request_body_max_size 0 kb



But i wish to know that what is the exact reason for this, and if you can 
explain the above mentioned parameters in squid then plz do the same.



Thanks & Regards,
Navin ( Internet Admin )

Reply via email to