[squid-users] request_body_max_size on transparent proxy

2015-02-23 Thread Mike Mitchell
I'm trying to POST large files (1MB) through a squid 3.5.2 proxy set up to intercept connections. The client is including an 'Expect: 100-continue' header, and sends all headers in a single network packet. POSTs of content smaller than 1MB go through, but larger POSTs do not. The client's TCP

[squid-users] request_body_max_size

2011-04-05 Thread Norman Noah
hi, can anybody show me an example for some domain limit file size? let say global download limit is 100MB domain for dell.com more than 100MB 400MB limit. (for downloading drivers) what about time based download ? acl working time MTWHF 08:00-17:00 how to do this ? i'm using squid 2.6

[squid-users] request_body_max_size

2006-04-09 Thread Wojciech Puchar
can it be set depending from acl? or any way to limit the size for selected URLs?

Re: [squid-users] request_body_max_size

2006-04-09 Thread Henrik Nordstrom
sön 2006-04-09 klockan 20:00 +0200 skrev Wojciech Puchar: can it be set depending from acl? No, it's currently a singe global limit applied equally to every request. Shouldn't be very hard to extend it to be a acl driven thing like reply_body_max_size, but nobody has done so yet. Coding

[squid-users] request_body_max_size, request_header_max skipping for certain sites

2005-03-15 Thread rturnbull
Hello, I'm new to posting here so here it goes. I have a site at a certain IP address that has to POST and GET information from that IP address. We have squid setup here and I was getting errors on posting files over a certain size. I looked at the documentation and there are two

[squid-users] request_body_max_size ?

2004-04-26 Thread Michael Gale
Hello, Can I use request_body_max_size inside a acl ? For example: acl allowuploads src 10.10.1.3/255.255.255.255 http_access allow allowuploads AND request_body_max_size 20480 KB then further download just have request_body_max_size 100 KB Thanks --- I hope I explained it well

[squid-users] request_body_max_size

2003-10-01 Thread kent emia
hi to all i've set request_body_max_size 1 KB to deny uploading of files from our company.. this works fine but this includes also the admin/boss workstations.. how can i bypass their workstations??? TIA -- kent emia [EMAIL PROTECTED]

Re: [squid-users] request_body_max_size

2003-10-01 Thread kent emia
On Wed, 2003-10-01 at 16:56, kent emia wrote: hi to all i've set request_body_max_size 1 KB to deny uploading of files from our company.. this works fine opppss i thinks this does, one of my colleagues is sending mail to one of his e-groups pure text... but the error occurs i thought this