<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[歌声与微笑]]></title> 
<link>http://www.gsywx.com/index.php</link> 
<description><![CDATA[歌声与微笑]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[歌声与微笑]]></copyright>
<item>
<link>http://www.gsywx.com/read.php/.htm</link>
<title><![CDATA[Nginx的几个常用的命令参数]]></title> 
<author>admin &lt;admin@gsywx.com&gt;</author>
<category><![CDATA[电脑类]]></category>
<pubDate>Thu, 03 Jun 2010 11:57:31 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	一、nginx的几个命令参数<br/><br/>Nginx 安装后只有一个程序文件，本身并不提供各种管理程序，它是使用参数和系统信号机制对 Nginx 进程本身进行控制的。 Nginx 的参数包括有如下几个：<br/><br/>-c<br/><br/>：使用指定的配置文件而不是 conf 目录下的 nginx.conf 。<br/><br/>-t：测试配置文件是否正确，在运行时需要重新加载配置的时候，此命令非常重要，用来检测所修改的配置文件是否有语法错误。<br/><br/>-v：显示 nginx 版本号。<br/><br/>-V：显示 nginx 的版本号以及编译环境信息以及编译时的参数。<br/><br/>二、检测新的conf文件<br/><br/>测试当请目录下nginx.conf文件是否正确，使用命令：<br/><br/>nginx -t -c nginx.conf<br/><br/>2009/04/27 22:17:57 [info] 54240#0: the configuration file nginx.conf syntax is ok<br/><br/>2009/04/27 22:17:57 [info] 54240#0: the configuration file nginx.conf was tested successfully<br/><br/>得到如此结果，说明新conf文件没有错误。<br/><br/>如果有错，他会提示你在哪行出了错，在修改错误就可以了<br/><br/>Tags - <a href="http://www.gsywx.com/go.php/tags/nginx/" rel="tag">nginx</a>
]]>
</description>
</item><item>
<link>http://www.gsywx.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] Nginx的几个常用的命令参数]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>