<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[观夏Note]]></title> 
<link>//gm.angeldm.com/index.php</link> 
<description><![CDATA[新技术番]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[观夏Note]]></copyright>
<item>
<link>//gm.angeldm.com/post//</link>
<title><![CDATA[使用abyss web server配置支持asp/php/cgi]]></title> 
<author>果面 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[网络应用]]></category>
<pubDate>Sat, 19 Jul 2008 01:11:42 +0000</pubDate> 
<guid>//gm.angeldm.com/post//</guid> 
<description>
<![CDATA[ 
	现在在管理界面中点击scripting parameters<br/>就是设置解释器的路径。<br/>在interpreters 那里点add，进入，<br/>interpreter里填e:&#92;php&#92;php-cgi.exe（就是解释器的地址）<br/>associated extensions添加php为文件的扩展名，告诉服务器，遇到后缀是php 的文件就调用php解释器。<br/>environment variables<br/>上面个填　redirect_status　，下面个填　200　　就ok了<br/>现在基本就可以测试简单的php程序了，在服务器文件夹下的htdocs下建立index.php，里面写如下：<br/><@php<br/>phpinfo();<br/>@><br/>在浏览器输入http://localhost/就可以看见熟悉的php信息了。
]]>
</description>
</item><item>
<link>//gm.angeldm.com/read.php?&amp;guid=0#topreply</link>
<title><![CDATA[[评论] 使用abyss web server配置支持asp/php/cgi]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>//gm.angeldm.com/read.php?&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>