﻿<?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>Gavin&#039;s Blog &#187; Web服务器</title>
	<atom:link href="http://laigw.name/cat/tech/web-server/feed" rel="self" type="application/rss+xml" />
	<link>http://laigw.name</link>
	<description>Keep it simple, stupid. Simplicity is beauty.</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:14:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>升级nginx从0.5.37到0.6.33版本</title>
		<link>http://laigw.name/post/275.html</link>
		<comments>http://laigw.name/post/275.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 06:20:53 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Web服务器]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Nginx 0.5.37]]></category>
		<category><![CDATA[Nginx 0.6.33]]></category>
		<category><![CDATA[版本升级]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=275</guid>
		<description><![CDATA[    服务器上的Nginx原来版本是0.5.37，但在使用过程中发现rewrite时Nginx总会将url中的'+'字符转成编码'%2b'，造成我程序的一些问题。听说0.6版本已经解决了这个问题，并且虽然0.7版本已经出到0.7.22了，但官方还是开发版，所以就升级到0.6的最新版本 0.6.33，问题果然解决。升级过程本来想用make update的方式，但考虑到是大版本的升级(0.5->0.6)，为了避免不必要的麻烦，就用重新编译安装、并覆盖原来配置文件的方式升级了。虽然过程比较简单，但还是有一些地方是需要注意的，特记下来备忘。]]></description>
		<wfw:commentRss>http://laigw.name/post/275.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

