When I try to upload more then 1 MB via a website that is in PHP language (
http://rcs.valve-erc.com -
http://rcs.valve-erc.com/frames/compile.php?action=compilation_overview)
I get the following error:
------------------------------
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL:
http://rcs.valve-erc.com/frames/compile.php?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 Q@Q.com.
Generated Sun, 21 Apr 2002 14:36:01 GMT by Lunix(<-- our server) (Squid/2.3.STABLE4)
------------------------------------
The file is 1.2 MB, so I think the limit is 1MB since I can upload smaller files.
Our network goes like this:
---> LAN ---> ----> Internet --->
Does anyone know what I should do to fix this?