Search squid archive

Re: reply_body_max_size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tis 2009-11-10 klockan 22:06 -0400 skrev Gerson "fserve" Barreiros:
> I want to block any file on the "external network" (internet) with
> size bigger then 512 MB and do not block that for internal network.
> 
> tried that way:
> 
> acl internal_network dstdomain xxx.xxx.xxx.xxx
> reply_body_max_size 512 MB !internal_network
> 
> and
> 
> acl internal_network src xxx.xxx.xxx.xxx
> reply_body_max_size 512 MB !internal_network
> 
> but doesnt work.


Both should work, but with very different results..


the first limits any requests except for http://xxx.xxx.xxx.xxx/...

the second limits requests from clients with ip other than
xxx.xxx.xxx.xxx


Regards
Henrik


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux