<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic download restriction squid in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626781#M85188</link>
    <description>I have squid running on RedHat enterprise 3&lt;BR /&gt;I want to restrict the users from downloading files more than 2mb .&lt;BR /&gt;I have tried setting the &lt;BR /&gt;"maximum_object_size = 2mb" , but it don't worked&lt;BR /&gt;&lt;BR /&gt;any kind of help will be appreciated &lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Thu, 15 Sep 2005 07:19:23 GMT</pubDate>
    <dc:creator>shyam singh bisht</dc:creator>
    <dc:date>2005-09-15T07:19:23Z</dc:date>
    <item>
      <title>download restriction squid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626781#M85188</link>
      <description>I have squid running on RedHat enterprise 3&lt;BR /&gt;I want to restrict the users from downloading files more than 2mb .&lt;BR /&gt;I have tried setting the &lt;BR /&gt;"maximum_object_size = 2mb" , but it don't worked&lt;BR /&gt;&lt;BR /&gt;any kind of help will be appreciated &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 15 Sep 2005 07:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626781#M85188</guid>
      <dc:creator>shyam singh bisht</dc:creator>
      <dc:date>2005-09-15T07:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: download restriction squid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626782#M85189</link>
      <description>The 'maximum_object_size' will just restrict what is *cached*, not the size of the object.&lt;BR /&gt;&lt;BR /&gt;What you probably want is 'reply_body_max_size'.&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://www.squid-cache.org/Doc/FAQ/FAQ_long.html#ss4.21" target="_blank"&gt;http://www.squid-cache.org/Doc/FAQ/FAQ_long.html#ss4.21&lt;/A&gt; for the explanation, and &lt;A href="http://squid.visolve.com/squid/squid24s1/tuning.htm#reply_body_max_size" target="_blank"&gt;http://squid.visolve.com/squid/squid24s1/tuning.htm#reply_body_max_size&lt;/A&gt; for a more detailed explanation.</description>
      <pubDate>Thu, 15 Sep 2005 08:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626782#M85189</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-09-15T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: download restriction squid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626783#M85190</link>
      <description>set reply_body_max_size=2000 (KB) in your /etc/squid.conf &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 23:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626783#M85190</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-15T23:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: download restriction squid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626784#M85191</link>
      <description>See the syntax and give in squid.conf file &amp;amp; restart the squid:&lt;BR /&gt;&lt;BR /&gt;reply_body_max_size 512000 allow USER1&lt;BR /&gt;&lt;BR /&gt;Now the USER1 able to download files of a maximum size of 512000 bytes (500 KB).&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;     allow the USER1 also in squid.conf</description>
      <pubDate>Thu, 15 Sep 2005 23:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626784#M85191</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-15T23:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: download restriction squid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626785#M85192</link>
      <description>You have to set reply_body_max_size header in squid.conf to achieve this.&lt;BR /&gt;&lt;BR /&gt;reply_body_max_size bytes allow|deny acl acl&lt;BR /&gt;&lt;BR /&gt;If you want to block specific users then,&lt;BR /&gt;&lt;BR /&gt;# Please setup any of the authentication methods&lt;BR /&gt;acl USER2MB proxy_auth username username2&lt;BR /&gt;reply_body_max_size 2097152 allow USER2MB&lt;BR /&gt;&lt;BR /&gt;Reconfigure your squid as,&lt;BR /&gt;&lt;BR /&gt;./squid -k reconfigure.&lt;BR /&gt;&lt;BR /&gt;Try it out.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 16 Sep 2005 01:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626785#M85192</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-16T01:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: download restriction squid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626786#M85193</link>
      <description>Have you concidered using Hierachical Token Bucket (HTB) based bandwidth trotteling with the tc command instead? This might be what you are looking for. &lt;BR /&gt;&lt;BR /&gt;It is really ingenious - I put it in place when I had a few users hogging the line all the time. If you do, prepare for a bit of reading to understand the concepts, but it is well worth it. For instance, start with this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm" target="_blank"&gt;http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 04:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626786#M85193</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2005-09-16T04:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: download restriction squid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626787#M85194</link>
      <description>&lt;BR /&gt;Thanks all for ur replies.&lt;BR /&gt;&lt;BR /&gt;The problem has solved. &lt;BR /&gt;&lt;BR /&gt;I have set the reply_body_max_size option&lt;BR /&gt;&lt;BR /&gt;Thanks again .&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 01:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/download-restriction-squid/m-p/3626787#M85194</guid>
      <dc:creator>shyam singh bisht</dc:creator>
      <dc:date>2005-09-19T01:15:39Z</dc:date>
    </item>
  </channel>
</rss>

