<?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 Re: Squid 3 -&amp;gt; allow direct and exclude from caching in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347374#M61114</link>
    <description>thx, but is the following entry: &lt;BR /&gt;&lt;BR /&gt;acl url dstdomain .domain.net&lt;BR /&gt;always_direct allow url&lt;BR /&gt;cache deny url&lt;BR /&gt;&lt;BR /&gt;at squid.conf correct ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Jan 2009 13:02:26 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2009-01-29T13:02:26Z</dc:date>
    <item>
      <title>Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347370#M61110</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have Squid Version 3.0.PRE5 installed on debian etch.&lt;BR /&gt;Howto allow direct an URL and exclude it from caching at squid.conf ?</description>
      <pubDate>Thu, 29 Jan 2009 10:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347370#M61110</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-01-29T10:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347371#M61111</link>
      <description>See here - &lt;A href="http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#head-d82a8d4c42f3600c857cef92d77d76914af54592" target="_blank"&gt;http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#head-d82a8d4c42f3600c857cef92d77d76914af54592&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 29 Jan 2009 10:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347371#M61111</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-01-29T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347372#M61112</link>
      <description>thx, but if I allow direct do I need exclude from caching as well ?</description>
      <pubDate>Thu, 29 Jan 2009 11:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347372#M61112</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-01-29T11:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347373#M61113</link>
      <description>Its cached anyway - &lt;A href="http://www.squid-cache.org/Doc/config/always_direct/" target="_blank"&gt;http://www.squid-cache.org/Doc/config/always_direct/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;NOTE: This directive is not related to caching. The replies is cached as usual even if you use always_direct. To not cache the replies see no_cache&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In Squid 3 no_cache is changed to cache - &lt;A href="http://www.squid-cache.org/Versions/v3/3.0/cfgman/cache.html" target="_blank"&gt;http://www.squid-cache.org/Versions/v3/3.0/cfgman/cache.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;so use:&lt;BR /&gt;cache deny ACL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 12:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347373#M61113</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-01-29T12:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347374#M61114</link>
      <description>thx, but is the following entry: &lt;BR /&gt;&lt;BR /&gt;acl url dstdomain .domain.net&lt;BR /&gt;always_direct allow url&lt;BR /&gt;cache deny url&lt;BR /&gt;&lt;BR /&gt;at squid.conf correct ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347374#M61114</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-01-29T13:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347375#M61115</link>
      <description>This should be correct. &lt;BR /&gt;Just make some tests and see store.log file. &lt;BR /&gt;&lt;BR /&gt;You should have an entry with SWAPOUT - &lt;A href="http://wiki.squid-cache.org/SquidFaq/SquidLogs?highlight=(SWAPOUT)#head-513c454f63441d21b525e5888cb7ba917fdacbde" target="_blank"&gt;http://wiki.squid-cache.org/SquidFaq/SquidLogs?highlight=(SWAPOUT)#head-513c454f63441d21b525e5888cb7ba917fdacbde&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 29 Jan 2009 13:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347375#M61115</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-01-29T13:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347376#M61116</link>
      <description>Ops, SWAPOUT is used only if the object is cached.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 29 Jan 2009 13:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347376#M61116</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-01-29T13:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Squid 3 -&gt; allow direct and exclude from caching</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347377#M61117</link>
      <description>thx a lot for all answers !</description>
      <pubDate>Tue, 10 Feb 2009 01:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-3-gt-allow-direct-and-exclude-from-caching/m-p/4347377#M61117</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-02-10T01:33:55Z</dc:date>
    </item>
  </channel>
</rss>

