<?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: Configuring Squid Proxy server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317700#M12906</link>
    <description>Hai,&lt;BR /&gt;&lt;BR /&gt; We can block the url's with different type of acl setup on squid.&lt;BR /&gt;&lt;BR /&gt; url_regex &lt;BR /&gt;  It will expect the full url to block&lt;BR /&gt; urlpath_regex&lt;BR /&gt;  It will block the url which contains the specific regex pattern there&lt;BR /&gt;&lt;BR /&gt; dstdomain&lt;BR /&gt;  It is used to block the domains as *.yahoo.com urls.&lt;BR /&gt;&lt;BR /&gt; dstdom_regex&lt;BR /&gt;  It is used to block the destination domain which contains the specific domain.&lt;BR /&gt;&lt;BR /&gt; dst &lt;BR /&gt;  it is used to block the destination with it's IP-Address.&lt;BR /&gt;&lt;BR /&gt; urlpath_raw_regex&lt;BR /&gt;  It is not updated in squid-2.5.5. It is used to block the regexp with it's ascii code. Example. p can be written as %50. It will block that too.&lt;BR /&gt;&lt;BR /&gt; Use this &lt;BR /&gt;&lt;A href="http://www.squid-cache.org/Doc/FAQ/FAQ-10.html" target="_blank"&gt;http://www.squid-cache.org/Doc/FAQ/FAQ-10.html&lt;/A&gt; to know about them.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
    <pubDate>Tue, 29 Jun 2004 04:03:15 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-06-29T04:03:15Z</dc:date>
    <item>
      <title>Configuring Squid Proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317698#M12904</link>
      <description>Hi guys,&lt;BR /&gt;    Iam using Squid Proxy Server.&lt;BR /&gt;I want to block some of the web sites to some of the systems in the network.I want to know , how to do this.&lt;BR /&gt;&lt;BR /&gt;Shetty.</description>
      <pubDate>Tue, 29 Jun 2004 03:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317698#M12904</guid>
      <dc:creator>shetty</dc:creator>
      <dc:date>2004-06-29T03:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Squid Proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317699#M12905</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can find it out in the next manual:&lt;BR /&gt;&lt;A href="http://squid-docs.sourceforge.net/latest/book-full.html#AEN1389" target="_blank"&gt;http://squid-docs.sourceforge.net/latest/book-full.html#AEN1389&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 29 Jun 2004 04:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317699#M12905</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-06-29T04:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Squid Proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317700#M12906</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; We can block the url's with different type of acl setup on squid.&lt;BR /&gt;&lt;BR /&gt; url_regex &lt;BR /&gt;  It will expect the full url to block&lt;BR /&gt; urlpath_regex&lt;BR /&gt;  It will block the url which contains the specific regex pattern there&lt;BR /&gt;&lt;BR /&gt; dstdomain&lt;BR /&gt;  It is used to block the domains as *.yahoo.com urls.&lt;BR /&gt;&lt;BR /&gt; dstdom_regex&lt;BR /&gt;  It is used to block the destination domain which contains the specific domain.&lt;BR /&gt;&lt;BR /&gt; dst &lt;BR /&gt;  it is used to block the destination with it's IP-Address.&lt;BR /&gt;&lt;BR /&gt; urlpath_raw_regex&lt;BR /&gt;  It is not updated in squid-2.5.5. It is used to block the regexp with it's ascii code. Example. p can be written as %50. It will block that too.&lt;BR /&gt;&lt;BR /&gt; Use this &lt;BR /&gt;&lt;A href="http://www.squid-cache.org/Doc/FAQ/FAQ-10.html" target="_blank"&gt;http://www.squid-cache.org/Doc/FAQ/FAQ-10.html&lt;/A&gt; to know about them.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Tue, 29 Jun 2004 04:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317700#M12906</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-29T04:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Squid Proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317701#M12907</link>
      <description>Hai.&lt;BR /&gt;&lt;BR /&gt; To know the acl setup with examples refer this link,&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://squid.visolve.com/squid/squid24s1/access_controls.htm#acl" target="_blank"&gt;http://squid.visolve.com/squid/squid24s1/access_controls.htm#acl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; We can use -i option to ignore the case-type and files to contain all the url(s) or domain(s).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Tue, 29 Jun 2004 04:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317701#M12907</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-29T04:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Squid Proxy server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317702#M12908</link>
      <description>Hi guys,&lt;BR /&gt;  Thank u very much for your fast support.&lt;BR /&gt;&lt;BR /&gt;Shetty.</description>
      <pubDate>Tue, 29 Jun 2004 05:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-squid-proxy-server/m-p/3317702#M12908</guid>
      <dc:creator>shetty</dc:creator>
      <dc:date>2004-06-29T05:10:25Z</dc:date>
    </item>
  </channel>
</rss>

