Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread Alex Rousskov
On 01/17/2018 09:15 AM, Heiler Bemerguy wrote: > Everytime I enable this: > > range_offset_limit -1 fullDLext > quick_abort_min 0 KB > quick_abort_max 0 KB > quick_abort_pct 95 > > Our link is fully utilized for a whole day if at least 2 users tries to > get the same file with ran

Re: [squid-users] ACL question ?

2018-01-17 Thread Amos Jeffries
On 18/01/18 08:16, Aismel wrote: Hello, About this question My users navigate through internet all day but starting at 14:00pm to 20:00pm I need they can access to X pages only like facebook, youtube, gmail… Ideas ?? The answers you seek are in the FAQ, and your access.log

Re: [squid-users] ACL question ?

2018-01-17 Thread Yuri
#    acl aclname time [day-abbrevs] [h1:m1-h2:m2] #      # [fast] #      #  day-abbrevs: #      #    S - Sunday #      #    M - Monday #      #    T - Tuesday #      #    W - Wednesday #      #    H - Thursday #      #    F - Friday #      #    A - Saturday #      #  h1:m1 must be less than h2:m2 #

Re: [squid-users] RV: Question with ACL and UrlRewrite ?

2018-01-17 Thread Amos Jeffries
On 18/01/18 07:50, Aismel wrote: I was reading that it is necessary to make the function of man in the middle to be able to issue a security certificate Question: The proxy does not act as such, because it is so complicated to change the user's request when 50% of the work is already done

[squid-users] ACL question ?

2018-01-17 Thread Aismel
Hello, About this question My users navigate through internet all day but starting at 14:00pm to 20:00pm I need they can access to X pages only like facebook, youtube, gmail. Ideas ?? ___ squid-users mailing list squid-users@lists.squid-cache

[squid-users] RV: Question with ACL and UrlRewrite ?

2018-01-17 Thread Aismel
I was reading that it is necessary to make the function of man in the middle to be able to issue a security certificate Question: The proxy does not act as such, because it is so complicated to change the user's request when 50% of the work is already done. Someone has some other solution

Re: [squid-users] squid office 365

2018-01-17 Thread Yuri
Squid no, sysadmins - yes. 17.01.2018 22:20, Mohammed Rahmatellah пишет: > hello guys, squid have problems with office 365 (outlook2016 exactly)?? > > > ___ > squid-users mailing list > squid-users@lists.squid-cache.org > http://lists.squid-cache.org/li

[squid-users] squid office 365

2018-01-17 Thread Mohammed Rahmatellah
hello guys, squid have problems with office 365 (outlook2016 exactly)?? ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread Heiler Bemerguy
Everytime I enable this: acl fullDLext urlpath_regex -i \.(exe|ms[iup]|cab|bin|zip|mar|pdf|appx(bundle)?|esd|lzma2)\??$ range_offset_limit -1 fullDLext quick_abort_min 0 KB quick_abort_max 0 KB quick_abort_pct 95 Our link

Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread Alex Rousskov
On 01/17/2018 05:47 AM, joseph wrote: > Amos Jeffries wrote >> "range_offset_limit N" only affects the initial starting point for a >> transaction. If a client wants to start reading a range somewhere in the >> first N bytes Squid will request the full file in order to cache it for >> future req

Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread joseph
using latest squid 5 - ** * Crash to the future ** -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists

Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread Amos Jeffries
On 18/01/18 01:47, joseph wrote: Amos Jeffries wrote "range_offset_limit N" only affects the initial starting point for a transaction. If a client wants to start reading a range somewhere in the first N bytes Squid will request the full file in order to cache it for future requests. Otherwise on

Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread joseph
Amos Jeffries wrote > "range_offset_limit N" only affects the initial starting point for a > transaction. If a client wants to start reading a range somewhere in the > first N bytes Squid will request the full file in order to cache it for > future requests. Otherwise only the range the client w

Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread Amos Jeffries
On 18/01/18 00:41, joseph wrote: tks another question related to this lets say client start downloading obj and it reach 50% at the speed 128k wen the client leave or stop downloading the download continue at full speed right from that 50% up to the end or it re start from the beginning ?? it

Re: [squid-users] force full download and limit bandwith

2018-01-17 Thread joseph
tks another question related to this lets say client start downloading obj and it reach 50% at the speed 128k wen the client leave or stop downloading the download continue at full speed right from that 50% up to the end or it re start from the beginning ?? its important to understand those mix