package Squid 2.7.9 pkg v.4.3.1
Error ini terjadi saat di client download atau upload file yang besar
"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."
Solusi:
Services -> Proxy server -> General Settings
Scroll down to "Custom squid options"
Tambahkan kode berikut :
request_body_max_size 0 KB;0 KB artinya tidak ada limit, atau ganti dengan limit yang diinginkan, misal 50 MB.
reply_body_max_size 0 KB;
Tidak ada komentar:
Posting Komentar