On 07/12/2016 03:56 PM, Heiler Bemerguy wrote:
> (if the first one had already received at
> least the replying HEADER of the server)
That is not collapsed forwarding. That is regular caching. Collapsed
forwarding covers the time range from the first parsed request header
until the corresponding
Em 12/07/2016 18:30, Alex Rousskov escreveu:
Said that, some special clients do send concurrent *Range* requests for
the same URL! If Squid receives N concurrent Range requests for the same
URL, I believe Squid will try to collapse them, possibly with disastrous
results, especially if Squid doe
10.1.10.9 is the proxy's IP, dude
And it is connecting to the same server multiple times because a client
is doing a RANGE download.. (windows update to be exact)
All GETS are like these:
GET
http://au.v4.download.windowsupdate.com/d/msdownload/update/software/defu/2016/06/am_base_7684a3445
On 07/12/2016 02:08 PM, joe wrote:
>>> collapsed_forwarding on
> this is good if you have other client downloading on same time same file it
> has nothing to do with multi connection to the same ip only it will help
> saving you example if you have 10 client downloading at the same time same
> f
On 07/12/2016 11:46 AM, Moataz Elmasry wrote:
> All what was needed is to peek the important domains in step2 in order
> not to cause them harm and bump everything else in step3. In this case
> I'm able to read the dns names in the redirect script and block them
> accordingly
> ssl_bump peek step
>>root@proxy:~# netstat -n |grep 201.30.251.27 |grep ESTAB
>>tcp 243802 0 10.1.10.9:27788 201.30.251.27:80ESTABELECIDA
>>tcp0 0 10.1.10.9:15343 201.30.251.27:80ESTABELECIDA
>>tcp14480 0 10.1.10.9:32548 201.30.251.27:80ESTABELECIDA
>>tcp0
Hello Joe, I've tried doing that but it seems collapsed_forwarding won't
work for windows updates for some reason.. it's really annoying.
Look the number of simultaneos connections to the SAME ip... this
shouldn't happen, right?
root@proxy:~# netstat -n |grep 201.30.251.27 |grep ESTAB
tcp
Hi Amos,
I kinda solved the problem (Thanks to you!!!)
All what was needed is to peek the important domains in step2 in order not
to cause them harm and bump everything else in step3. In this case I'm able
to read the dns names in the redirect script and block them accordingly
Here is the relevan
>acl download_until_end_by_ip dst 13.107.4.50
>acl freetimes time 03:00-08:00
>range_offset_limit none download_until_end_by_ip freetimes
wen you have simultaneous connections on one large file update
try that
collapsed_forwarding on <- enable that will help if there is lots a
connecti
Hello,
squid crashes after following error
assertion failed: DestinationIp.cc:41: "checklist->conn() &&
checklist->conn()->clientConnection != NULL"
From the error massage i guess that following config may cause the problem
#acl download_until_end_by_ip dst 13.107.4.50
acl freetimes time 03:00-
You're having problems with huge bandwidth being used by simultaneous
connections from the proxy? All of them to the same IP, getting the same
file in paralell ??
--
Best Regards,
Heiler Bemerguy
Network Manager - CINBESA
55 91 98151-4894/3184-1751
Em 12/07/2016 08:14, Omid Kosari escreve
Hello,
I want to have "range_offset_limit none" for specific acl in specific time .
The config is and squid -k parse/check does not show any error .
acl download_until_end_by_ip dst 13.107.4.50
acl freetimes time 03:00-08:00
range_offset_limit none download_until_end_by_ip freetimes
But please
12 matches
Mail list logo