<?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; web</title>
	<atom:link href="http://rocky.kingtch.com/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://rocky.kingtch.com</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 10:47:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fix Nginx “411 Length Required” Problem</title>
		<link>http://rocky.kingtch.com/2008/11/28/fix_nginx_411_length_required/</link>
		<comments>http://rocky.kingtch.com/2008/11/28/fix_nginx_411_length_required/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 08:28:53 +0000</pubDate>
		<dc:creator>rocky</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://yonggang.blog.kingtch.com/?p=100</guid>
		<description><![CDATA[When using POST method to request via Nginx 0.6.33 without any post body data, you may get this error: 411 Length Required. Download nginx-0.6.33-length_required patch Save the attachment and run this command in the root path of nginx 0.6.33 source code: patch ./src/http/ngx_http_request.c&#60;nginx-0_6_33-length_required.patch Then "make &#38;&#38; make install &#38;&#38; sudo /sbin/service nginx restart" and enjoy [...]]]></description>
			<content:encoded><![CDATA[<pre>When using POST method to request via Nginx 0.6.33 without any post body data, you may get this error: 411 Length Required. 

<a href="/files/2008/11/nginx-0.6.33-length_required.patch">Download nginx-0.6.33-length_required patch</a>
Save the attachment and run this command in the root path of nginx 0.6.33 source code:
patch ./src/http/ngx_http_request.c&lt;nginx-0_6_33-length_required.patch
Then "make &amp;&amp; make install &amp;&amp; sudo /sbin/service nginx restart" and enjoy your AJAX function.</pre>
]]></content:encoded>
			<wfw:commentRss>http://rocky.kingtch.com/2008/11/28/fix_nginx_411_length_required/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

