<?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>Hello, SA &#187; wordpress</title>
	<atom:link href="http://blog.helosa.org/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.helosa.org</link>
	<description>Could u fix the problem for me ?</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:23:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>wordpress 上传大图爆http error</title>
		<link>http://blog.helosa.org/2010/01/13/wordpress-http-error.html</link>
		<comments>http://blog.helosa.org/2010/01/13/wordpress-http-error.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:27:27 +0000</pubDate>
		<dc:creator>Chan Cham Chung</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://lazybug.me/?p=28</guid>
		<description><![CDATA[在wordpress上传一个1.1M左右size的图，竟然爆http error。。。google 了一下，竟然要配置一下apache 的 mod_security 模块，但我用的是nginx啊。。。 感觉不是wordpress的问题，难道是nginx的配置问题？？查看了一下error log，发现这句 client intended to send too large body: 1134408 bytes 原来如此，我以前好像配置过这个，找了一下，作出修改如下： 在location ~ \.php$ 的标签下，加一行 client_max_body_size    8m; 然后重启nginx，我一般这样重启 killall -HUP nginx，OK，上传没问题了！！]]></description>
			<content:encoded><![CDATA[<p>在wordpress上传一个1.1M左右size的图，竟然爆http error。。。google 了一下，竟然要配置一下apache 的 mod_security 模块，但我用的是nginx啊。。。</p>
<p>感觉不是wordpress的问题，难道是nginx的配置问题？？查看了一下error log，发现这句</p>
<p>client intended to send too large body: 1134408 bytes</p>
<p>原来如此，我以前好像配置过这个，找了一下，作出修改如下：</p>
<p>在location ~ \.php$ 的标签下，加一行</p>
<p>client_max_body_size    8m;</p>
<p>然后重启nginx，我一般这样重启 killall -HUP nginx，OK，上传没问题了！！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.helosa.org/2010/01/13/wordpress-http-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
