<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>猫言猫语 &#187; fastcgi</title>
	<atom:link href="http://www.wuwx.net/tags/fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wuwx.net</link>
	<description>严以律己·宽以待人·自强不息·知行合一</description>
	<lastBuildDate>Mon, 19 Dec 2011 00:27:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<atom:link rel='hub' href='http://www.wuwx.net/?pushpress=hub'/>
<cloud domain='www.wuwx.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>配置Nginx使其支持Symfony</title>
		<link>http://www.wuwx.net/archives/5886</link>
		<comments>http://www.wuwx.net/archives/5886#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:07:22 +0000</pubDate>
		<dc:creator>有颜色的猫</dc:creator>
				<category><![CDATA[开源技术]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.wuwx.net/archives/5886</guid>
		<description><![CDATA[location ~ \.php($&#124;/) {&#160;&#160;&#160; set&#160; $script&#160;&#160;&#160;&#160; $uri;&#160;&#160;&#160; set&#160; $path_info&#160; "";&#160;&#160;&#160; if ($uri ~ "^(.+\.php)(/.*)") {&#160;&#160;&#160;&#160;&#160;&#160;&#160; set&#160; $script&#160;&#160;&#160;&#160; $1;&#160;&#160;&#160;&#160;&#160;&#160;&#160; set&#160; $path_info&#160; $2;&#160;&#160;&#160; }&#160;&#160;&#160; fastcgi_pass&#160;&#160; 127.0.0.1:9000;&#160;&#160;&#160; include&#160;&#160;&#160;&#160;&#160;&#160;&#160; fastcgi_params;&#160;&#160;&#160; fastcgi_param&#160; PATH_INFO&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $path_info;&#160;&#160;&#160; fastcgi_param&#160; SCRIPT_FILENAME&#160;&#160;&#160; /var/www/example-org/wwwroot/web$script;&#160;&#160;&#160; fastcgi_param&#160; SCRIPT_NAME&#160;&#160;&#160;&#160;&#160;&#160;&#160; $script;}]]></description>
			<content:encoded><![CDATA[<blockquote><p>location ~ \.php($|/) {<br />&nbsp;&nbsp;&nbsp; set&nbsp; $script&nbsp;&nbsp;&nbsp;&nbsp; $uri;<br />&nbsp;&nbsp;&nbsp; set&nbsp; $path_info&nbsp; "";<br />&nbsp;&nbsp;&nbsp; if ($uri ~ "^(.+\.php)(/.*)") {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set&nbsp; $script&nbsp;&nbsp;&nbsp;&nbsp; $1;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set&nbsp; $path_info&nbsp; $2;<br />&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; fastcgi_pass&nbsp;&nbsp; 127.0.0.1:9000;<br />&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fastcgi_params;<br />&nbsp;&nbsp;&nbsp; fastcgi_param&nbsp; PATH_INFO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $path_info;<br />&nbsp;&nbsp;&nbsp; fastcgi_param&nbsp; SCRIPT_FILENAME&nbsp;&nbsp;&nbsp; /var/www/example-org/wwwroot/web$script;<br />&nbsp;&nbsp;&nbsp; fastcgi_param&nbsp; SCRIPT_NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $script;<br />}</p>
</blockquote>
 <img src="http://www.wuwx.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5886" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.wuwx.net/archives/5886/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

