<?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: question about squid.conf in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275826#M12124</link>
    <description>hi Steven&lt;BR /&gt;&lt;BR /&gt;I use the second one and I have access to this &lt;BR /&gt;websites via squid&lt;BR /&gt;&lt;BR /&gt;I think, always_direct means DON'T CACHE and forward directly to the webserver&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
    <pubDate>Thu, 13 May 2004 15:30:39 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-05-13T15:30:39Z</dc:date>
    <item>
      <title>question about squid.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275824#M12122</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I need to exclude some webseites by squid from proxy caching.&lt;BR /&gt;&lt;BR /&gt;but what's the difference between:&lt;BR /&gt;&lt;BR /&gt;acl EXCLUDE &lt;A href="http://www.domain.net" target="_blank"&gt;www.domain.net&lt;/A&gt;&lt;BR /&gt;no_cache deny EXCLUDE&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;acl EXCLUDE dstdomain &lt;A href="http://www.domain.net" target="_blank"&gt;www.domain.net&lt;/A&gt;&lt;BR /&gt;always_direct allow EXCLUDE&lt;BR /&gt;&lt;BR /&gt;at squid.conf ? &lt;BR /&gt;&lt;BR /&gt;is it not the same thing an does the same job ?&lt;BR /&gt;&lt;BR /&gt;I have squid-2.5.STABLE4-0 installed on SUSE 8.2</description>
      <pubDate>Thu, 13 May 2004 14:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275824#M12122</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-13T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: question about squid.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275825#M12123</link>
      <description>One says don't cache the site.&lt;BR /&gt;&lt;BR /&gt;The second says don't access the website.&lt;BR /&gt;&lt;BR /&gt;Seems like two different functions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 13 May 2004 15:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275825#M12123</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-13T15:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: question about squid.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275826#M12124</link>
      <description>hi Steven&lt;BR /&gt;&lt;BR /&gt;I use the second one and I have access to this &lt;BR /&gt;websites via squid&lt;BR /&gt;&lt;BR /&gt;I think, always_direct means DON'T CACHE and forward directly to the webserver&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Thu, 13 May 2004 15:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275826#M12124</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-13T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: question about squid.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275827#M12125</link>
      <description>You can use the never_direct access list in squid.conf to specify&lt;BR /&gt;  which requests must be forwarded to your parent cache outside the&lt;BR /&gt;  firewall, and the always_direct access list to specify which requests&lt;BR /&gt;  must not be forwarded.  For example, if Squid must connect directly to&lt;BR /&gt;  all servers that end with mydomain.com, but must use the parent for&lt;BR /&gt;  all others, you would write:&lt;BR /&gt;&lt;BR /&gt;          acl INSIDE dstdomain .mydomain.com&lt;BR /&gt;          always_direct allow INSIDE&lt;BR /&gt;          never_direct allow all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;use the no_cache access list to make Squid never cache any&lt;BR /&gt;  response:&lt;BR /&gt;&lt;BR /&gt;          acl all src 0/0&lt;BR /&gt;          no_cache deny all&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 May 2004 01:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-squid-conf/m-p/3275827#M12125</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-14T01:36:00Z</dc:date>
    </item>
  </channel>
</rss>

