<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Totti的部落格]]></title> 
<link>https://iam.ittot.com/index.php</link> 
<description><![CDATA[记录我的生活，收集我的收集]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Totti的部落格]]></copyright>
<item>
<link>https://iam.ittot.com/read.php/.htm</link>
<title><![CDATA[squid 支持泛解析]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[收集]]></category>
<pubDate>Fri, 10 Jun 2011 04:04:15 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	在日常的squid反向解析中，大家肯定会碰到泛域名解析的问题<br/><br/>比如用户输入 ×.ittot.com x为输入任何字母，都会转到<a href="http://www.ittot.com" target="_blank">www.ittot.com</a> ，IIS或者apache的配置这里就不多说了，主要要实现squid实现泛解析。<br/><br/>squid 配置<br/><br/>那就在已有反向解析的条件下增加以下语句<br/><br/>acl myweb dstdomain .ittot.com<br/>cache_peer 192.168.100.141 parent 80 0 no-query originserver name=fdwww<br/>cache_peer_access fdwww allow myweb<br/><br/>请注意:<br/>192.168.100.141是真实的后台web服务器<br/>myweb和fdwww可根据自己需求，改成自己方便记忆的名字
]]>
</description>
</item><item>
<link>https://iam.ittot.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] squid 支持泛解析]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>