<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chimera &#187; squid</title>
	<atom:link href="http://cahayadi.com/site/tag/squid/feed/" rel="self" type="application/rss+xml" />
	<link>http://cahayadi.com/site</link>
	<description>Knowledge Belong To The World</description>
	<lastBuildDate>Mon, 08 Feb 2010 11:16:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web site blocking techniques</title>
		<link>http://cahayadi.com/site/2008/06/25/web-site-blocking-techniques/</link>
		<comments>http://cahayadi.com/site/2008/06/25/web-site-blocking-techniques/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 07:49:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://cahayadi.com/site/?p=234</guid>
		<description><![CDATA[To deploy the web-site blocking mechanism in Squid, add the following entries to your Squid configuration file (in my system, it’s called squid.conf and it’s located in the /etc/squid directory):
acl bad url_regex &#8220;/etc/squid/squid-block.acl&#8221;
http_access deny bad
The file /etc/squid/squid-block.acl contains web sites or words you want to block. You can name the file whatever you like. If [...]]]></description>
			<content:encoded><![CDATA[<p>To deploy the web-site blocking mechanism in Squid, add the following entries to your Squid configuration file (in my system, it’s called squid.conf and it’s located in the /etc/squid directory):</p>
<p>acl bad url_regex &#8220;/etc/squid/squid-block.acl&#8221;<br />
http_access deny bad</p>
<p>The file /etc/squid/squid-block.acl contains web sites or words you want to block. You can name the file whatever you like. If a site has the URL or word listed in squid-block.acl file, it won’t be accesible to your users. The entries below are found in squid-block.acl file used by my clients:</p>
<p>.oracle.com<br />
.playboy.com.br<br />
sex<br />
&#8230;</p>
<p>With the squid-block.acl file in action, internet users cannot access the following sites:</p>
<p>    * Sites that have addresses ending with .oracle.com<br />
    * Sites that have addresses ending with .playboy.com.br<br />
    * Sites containing the word “sex” in its pages</p>
<p>You should beware that by blocking sites containing the word “sex”, you will also block sites such as Middlesex University, Sussex University, etc. To resolve this problem, you can put those sites in a special file called squid-noblock.acl:</p>
<p>^http://www.middlesex.ac.uk<br />
^http://www.sussex.ac.uk </p>
]]></content:encoded>
			<wfw:commentRss>http://cahayadi.com/site/2008/06/25/web-site-blocking-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
