<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：IT流言终结者1:Varnish vs Squid</title>
	<atom:link href="http://www.hiadmin.com/?feed=rss2&#038;p=223" rel="self" type="application/rss+xml" />
	<link>http://www.hiadmin.com/?p=223</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 05:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：sigma</title>
		<link>http://www.hiadmin.com/?p=223&#038;cpage=1#comment-165</link>
		<dc:creator>sigma</dc:creator>
		<pubDate>Fri, 19 Sep 2008 09:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hiadmin.com/?p=223#comment-165</guid>
		<description>建议换64位的系统再测试一下</description>
		<content:encoded><![CDATA[<p>建议换64位的系统再测试一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Johnny Woo</title>
		<link>http://www.hiadmin.com/?p=223&#038;cpage=1#comment-164</link>
		<dc:creator>Johnny Woo</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hiadmin.com/?p=223#comment-164</guid>
		<description>to jake:
测试数据是会因为硬件条件或者网络条件等等出现不同结果的.
103的CPU负载率我测试了好几遍,因为不太相信这么高的CPU负载率,但是我确实眼见到他从100慢慢降下来的这条轨迹.
如果你也有测试数据,很希望能一起共享出来.</description>
		<content:encoded><![CDATA[<p>to jake:<br />
测试数据是会因为硬件条件或者网络条件等等出现不同结果的.<br />
103的CPU负载率我测试了好几遍,因为不太相信这么高的CPU负载率,但是我确实眼见到他从100慢慢降下来的这条轨迹.<br />
如果你也有测试数据,很希望能一起共享出来.</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Johnny Woo</title>
		<link>http://www.hiadmin.com/?p=223&#038;cpage=1#comment-163</link>
		<dc:creator>Johnny Woo</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hiadmin.com/?p=223#comment-163</guid>
		<description>透明代理的话要看是哪种模式的.但是两种模式,都是需要你在编译的时候加上参数才行的.否则你会在日志里面看到dosn&#039;t support transparent的报错.
这边有一篇文章是讲解在ubuntu下面是用squid作为透明代理的
&lt;a href=&quot;http://www.ubuntugeek.com/how-to-setup-transparent-squid-proxy-server-in-ubuntu.html&quot; rel=&quot;nofollow&quot;&gt;http://www.ubuntugeek.com/how-to-setup-transparent-squid-proxy-server-in-ubuntu.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>透明代理的话要看是哪种模式的.但是两种模式,都是需要你在编译的时候加上参数才行的.否则你会在日志里面看到dosn&#8217;t support transparent的报错.<br />
这边有一篇文章是讲解在ubuntu下面是用squid作为透明代理的<br />
<a href="http://www.ubuntugeek.com/how-to-setup-transparent-squid-proxy-server-in-ubuntu.html" rel="nofollow" onclick="urchinTracker('/outgoing/www.ubuntugeek.com/how-to-setup-transparent-squid-proxy-server-in-ubuntu.html?referer=');">http://www.ubuntugeek.com/how-to-setup-transparent-squid-proxy-server-in-ubuntu.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>由：world77</title>
		<link>http://www.hiadmin.com/?p=223&#038;cpage=1#comment-162</link>
		<dc:creator>world77</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hiadmin.com/?p=223#comment-162</guid>
		<description>呵呵  好东西 ，学习了 这些天一直想做个用SQUID做的透明代理，一直无法成功，找了好多资料 ，好烦。我的配置是Ubuntu8.04,Squid2.6.18,我的配置文件比较简单，
visible_hostname kkkkk
acl lan src 192.168.1.2-192.168.1.254/32
http_access allow lan
acl wan src  123.456.789.000
http_access allow wan
我的而配置文件就这些，我在客户端搞好后，可以上网浏览，但是过段时间后，会无法上网，我要重启下squid，比较烦，接着我想做透明代理，网上好多都是squid2.5的 ，还说squid2.6的话只要一句话http_port 192.168.1.2:3128 transparent  这样就可以了，但是我试了下 ，不可以啊 ，找了好多资料，准备去官网看下，搜索的时候，看到大侠的文章，请教下，我的博客的地址写有我的关于透明代理的问题，如果大侠有空的话，请指点下 ，谢谢  我的qq:384343423  http://world77.blog.163.com/blog/static/571534112008555056327/edit/</description>
		<content:encoded><![CDATA[<p>呵呵  好东西 ，学习了 这些天一直想做个用SQUID做的透明代理，一直无法成功，找了好多资料 ，好烦。我的配置是Ubuntu8.04,Squid2.6.18,我的配置文件比较简单，<br />
visible_hostname kkkkk<br />
acl lan src 192.168.1.2-192.168.1.254/32<br />
http_access allow lan<br />
acl wan src  123.456.789.000<br />
http_access allow wan<br />
我的而配置文件就这些，我在客户端搞好后，可以上网浏览，但是过段时间后，会无法上网，我要重启下squid，比较烦，接着我想做透明代理，网上好多都是squid2.5的 ，还说squid2.6的话只要一句话http_port 192.168.1.2:3128 transparent  这样就可以了，但是我试了下 ，不可以啊 ，找了好多资料，准备去官网看下，搜索的时候，看到大侠的文章，请教下，我的博客的地址写有我的关于透明代理的问题，如果大侠有空的话，请指点下 ，谢谢  我的qq:384343423  <a href="http://world77.blog.163.com/blog/static/571534112008555056327/edit/" rel="nofollow" onclick="urchinTracker('/outgoing/world77.blog.163.com/blog/static/571534112008555056327/edit/?referer=');">http://world77.blog.163.com/blog/static/571534112008555056327/edit/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>由：jake</title>
		<link>http://www.hiadmin.com/?p=223&#038;cpage=1#comment-161</link>
		<dc:creator>jake</dc:creator>
		<pubDate>Wed, 11 Jun 2008 15:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.hiadmin.com/?p=223#comment-161</guid>
		<description>VARNISH的1000并发数测试其CPU占用率一直徘徊在101~103之间..
我测试了，没有这么高。。</description>
		<content:encoded><![CDATA[<p>VARNISH的1000并发数测试其CPU占用率一直徘徊在101~103之间..<br />
我测试了，没有这么高。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：阿福</title>
		<link>http://www.hiadmin.com/?p=223&#038;cpage=1#comment-160</link>
		<dc:creator>阿福</dc:creator>
		<pubDate>Tue, 10 Jun 2008 14:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.hiadmin.com/?p=223#comment-160</guid>
		<description>占座!
强!
细!
简结明了!</description>
		<content:encoded><![CDATA[<p>占座!<br />
强!<br />
细!<br />
简结明了!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
