<?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; nginx</title>
	<atom:link href="http://www.wuwx.net/tags/nginx/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>
		<item>
		<title>牛X的NGINX，牛X的Igor Sysoev</title>
		<link>http://www.wuwx.net/archives/5805</link>
		<comments>http://www.wuwx.net/archives/5805#comments</comments>
		<pubDate>Sat, 22 Aug 2009 15:17:10 +0000</pubDate>
		<dc:creator>有颜色的猫</dc:creator>
				<category><![CDATA[心情随笔]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.wuwx.net/archives/5805</guid>
		<description><![CDATA[　　最近太久没有更新Blog，WordPress都出到2.8.4了，我最新的一篇Blog却还是WordPress发布2.8.3，真是丢人。这篇文章本来标题想起作牛B的NGINX，后来想想还是含蓄一点点，另外跟NGINX更贴切一些，就把B给改成X了。 　　NGINX最近很是热门，他是由俄罗斯人Igor Sysoev建立的项目，基于BSD许可发布，英文主页：http://nginx.net。在继铺天盖地的Apache教程之后，Lighttpd只是昙花一现，现在终于开始流行NGINX了，接触NGINX是由ELM推荐的，他告诉我有一个Web服务器非常高效稳定，配置文件格式十分友好，升级服务器版本的时候甚至不会丢失一个连接。 　　再往后，越来越多的国内网站也都纷纷开始使用NGINX了，这其中包括网易、腾迅、校内（人人）等大型网站。而我真正开始使用NGINX是在六维空间中，由于一些比较特殊的业务需求，Apache与Lighttpd都满足不了我的需求，只有NGINX刚好符合这个特殊需求。牛X就是牛X，你不得不承认，友好的配置格式，高效的转发性能基本上可以让你做到对用户的Web请求随心所欲的控制。 　　前天跟Eric聊天，他跟我讲Igor Sysoev原来也是在f5工作的，而NGINX原来是作为f5的一个模块，谁也没有料到NGINX会发展到今天如此的地步。有这样官方背景的NGINX不优秀才怪呢，刚开始以为NGINX是突然蹦出来的一个项目，现在想想，其实NGINX的核心代码都不知道运行了多少年呢…… 　　好产品绝对不是一两个月的时间突然做出来的，牛人也绝对不是一两个月就能炼出来的，还是静下心来安心修炼吧，或许哪天也一个不小心突然NX了呢。 　　虫牙说他坚决不看没有图片的BLOG，所以对于这样一篇日志，我坚决配上一副图片：NGINX的官方LOGO，非常具有俄罗斯特色。。。。。。]]></description>
			<content:encoded><![CDATA[<p>　　最近太久没有更新Blog，WordPress都出到2.8.4了，我最新的一篇Blog却还是WordPress发布2.8.3，真是丢人。这篇文章本来标题想起作牛B的NGINX，后来想想还是含蓄一点点，另外跟NGINX更贴切一些，就把B给改成X了。</p>
<p>　　NGINX最近很是热门，他是由俄罗斯人Igor Sysoev建立的项目，基于BSD许可发布，英文主页：<a href="http://nginx.net">http://nginx.net</a>。在继铺天盖地的Apache教程之后，Lighttpd只是昙花一现，现在终于开始流行NGINX了，接触NGINX是由<a href="http://www.wenzk.net/blog/" target="_blank">ELM</a>推荐的，他告诉我有一个Web服务器非常高效稳定，配置文件格式十分友好，升级服务器版本的时候甚至不会丢失一个连接。</p>
<p>　　再往后，越来越多的国内网站也都纷纷开始使用NGINX了，这其中包括网易、腾迅、校内（人人）等大型网站。而我真正开始使用NGINX是在<a href="http://bt.neu6.edu.cn/" target="_blank">六维空间</a>中，由于一些比较特殊的业务需求，Apache与Lighttpd都满足不了我的需求，只有NGINX刚好符合这个特殊需求。牛X就是牛X，你不得不承认，友好的配置格式，高效的转发性能基本上可以让你做到对用户的Web请求随心所欲的控制。</p>
<p>　　前天跟<a href="http://ericdai.spaces.live.com/" target="_blank">Eric</a>聊天，他跟我讲Igor Sysoev原来也是在f5工作的，而NGINX原来是作为f5的一个模块，谁也没有料到NGINX会发展到今天如此的地步。有这样官方背景的NGINX不优秀才怪呢，刚开始以为NGINX是突然蹦出来的一个项目，现在想想，其实NGINX的核心代码都不知道运行了多少年呢……</p>
<p>　　好产品绝对不是一两个月的时间突然做出来的，牛人也绝对不是一两个月就能炼出来的，还是静下心来安心修炼吧，或许哪天也一个不小心突然NX了呢。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="" border="0" alt="" src="http://www.wuwx.net/wp-content/uploads/2009/08/image1.png" width="350" height="90"></p>
<p>　　<a href="http://blog.neu.edu.cn/zarcoder/" target="_blank">虫牙</a>说他坚决不看没有图片的BLOG，所以对于这样一篇日志，我坚决配上一副图片：NGINX的官方LOGO，非常具有俄罗斯特色。。。。。。</p>
 <img src="http://www.wuwx.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5805" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.wuwx.net/archives/5805/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Nginx 0.8.0 RPM &amp; SRPM Package Under Fedora 11</title>
		<link>http://www.wuwx.net/archives/5772</link>
		<comments>http://www.wuwx.net/archives/5772#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:20:54 +0000</pubDate>
		<dc:creator>有颜色的猫</dc:creator>
				<category><![CDATA[开源技术]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[srpm]]></category>

		<guid isPermaLink="false">http://www.wuwx.net/archives/5772</guid>
		<description><![CDATA[Click Here to Download RPM Package Click Here to Download SRPM Package Changes with nginx 0.8.0 &#160;&#160;&#160; *) Feature: the "keepalive_requests" directive. &#160;&#160;&#160; *) Feature: the "limit_rate_after" directive.&#160;&#160;&#160;&#160;&#160;&#160; Thanks to Ivan Debnar. &#160;&#160;&#160; *) Bugfix: XLST filter did not work in subrequests. &#160;&#160;&#160; *) Bugfix: in relative paths handling in nginx/Windows. &#160;&#160;&#160; *) Bugfix: in [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Nginx,Fedora" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="249" alt="Nginx,Fedora" src="http://www.wuwx.net/wp-content/uploads/2009/06/image.png" width="600" border="0"></p>
<p><a href="http://www.wuwx.net/wp-content/uploads/2009/06/nginx-0.8.0-1.fc11.i386.rpm">Click Here to Download RPM Package</a></p>
<p><a href="http://www.wuwx.net/wp-content/uploads/2009/06/nginx-0.8.0-1.fc11.src.rpm">Click Here to Download SRPM Package</a></p>
<p>Changes with nginx 0.8.0
<p>&nbsp;&nbsp;&nbsp; *) Feature: the "keepalive_requests" directive.
<p>&nbsp;&nbsp;&nbsp; *) Feature: the "limit_rate_after" directive.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks to Ivan Debnar.
<p>&nbsp;&nbsp;&nbsp; *) Bugfix: XLST filter did not work in subrequests.
<p>&nbsp;&nbsp;&nbsp; *) Bugfix: in relative paths handling in nginx/Windows.
<p>&nbsp;&nbsp;&nbsp; *) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fastcgi_cache in nginx/Windows.
<p>&nbsp;&nbsp;&nbsp; *) Bugfix: in memory allocation error handling.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks to Maxim Dounin and Kirill A. Korinskiy.
<p><a href="http://www.wuwx.net/wp-content/uploads/2009/06/nginx-0.8.0-1.fc11.src.rpm"></a></p>
 <img src="http://www.wuwx.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5772" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.wuwx.net/archives/5772/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

