<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[李勇]]></title> 
<link>http://www.kevinliyong.com/index.php</link> 
<description><![CDATA[当爱在靠近]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[李勇]]></copyright>
<item>
<link>http://www.kevinliyong.com/read.php?278</link>
<title><![CDATA[让apache支持shtml 文件]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[apache]]></category>
<pubDate>Thu, 20 Aug 2009 10:20:11 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?278</guid> 
<description>
<![CDATA[ 
	什么是SSI？<br />SSI是英文Server Side Includes的缩写，翻译成中文就是服务器端包含的意思。从技术角度上说，SSI就是在HTML文件中，可以通过注释行调用的命令或指针。SSI具有强大的功能，只要使用一条简单的SSI命令就可以实现整个网站的内容更新，时间和日期的动态显示，以及执行shell和CGI脚本程序等复杂的功能。<p>如何使你的Apache服务器支持SSI？</p><p>Apache默认是不支持SSI的，需要我们更改httpd.conf来进行配置。我这里以windows平台的Apache 2.0.x为例，打开conf目录下的httpd.conf文件，搜索&ldquo;AddType text/html .shtml&rdquo;，搜索结果：</p><p><br /># AddType text/html .shtml<br /># AddOutputFilter INCLUDES .shtml</p><p><br />把这两行前面的#去掉。</p><p><br />然后搜索&ldquo;Options Indexes FollowSymLinks&rdquo;<br />在搜索到的那一行后面添加&ldquo; Includes&rdquo;<br />即将该行改变为 Options Indexes FollowSymLinks Includes</p><p><br />保存httpd.conf，重起apache即可。</p><p>到此我们就完成了对Apache SSI的设置。</p><br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=apache" rel="tag">apache</a> , <a href="http://www.kevinliyong.com/tag.php?tag=shtml" rel="tag">shtml</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?232</link>
<title><![CDATA[apache 默认编码]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[apache]]></category>
<pubDate>Wed, 01 Apr 2009 08:47:22 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?232</guid> 
<description>
<![CDATA[ 
	httpd.conf<br /><br />默认编码UTF-8<br /><br />文件里 配置站点处 加<br /><br />AddDefaultCharset GBK<br /><br />改成GBK<br /><br />
]]>
</description>
</item>
</channel>
</rss>