<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《Nginx 400错误排查：HTTP头/Cookie过大》的评论</title>
	<atom:link href="http://www.jefflei.com/post/1021.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jefflei.com/post/1021.html</link>
	<description></description>
	<lastBuildDate>Sat, 17 Dec 2011 09:45:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：syxlw</title>
		<link>http://www.jefflei.com/post/1021.html/comment-page-1#comment-245</link>
		<dc:creator>syxlw</dc:creator>
		<pubDate>Thu, 01 Sep 2011 07:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefflei.com/?p=1021#comment-245</guid>
		<description>client_header_buffer_size、large_client_header_buffers 具体如何设置呢？一般推荐多少？（系统的PageSize为16K)</description>
		<content:encoded><![CDATA[<p>client_header_buffer_size、large_client_header_buffers 具体如何设置呢？一般推荐多少？（系统的PageSize为16K)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：inetdemon</title>
		<link>http://www.jefflei.com/post/1021.html/comment-page-1#comment-21</link>
		<dc:creator>inetdemon</dc:creator>
		<pubDate>Wed, 29 Apr 2009 16:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefflei.com/?p=1021#comment-21</guid>
		<description>apache下的HTTP 400有很多可能，包括mod_security对过多请求数或者被修改过的头信息都可能返回HTTP 400，要视情况而定。查看头信息IE下可以用HTTPWatch，或者用&lt;a href=&quot;/post/486.html&quot; rel=&quot;nofollow&quot;&gt;Firefox下的一些Web开发测试插件&lt;/a&gt;
如果是cookie的问题可以设置httpd.conf：
LimitRequestFieldSize 限制客户端发送的请求头的字节数
LimitRequestLine  限制接受客户端发送的HTTP请求行的字节数
默认值是8190，但是注意改太大会影响服务器性能。</description>
		<content:encoded><![CDATA[<p>apache下的HTTP 400有很多可能，包括mod_security对过多请求数或者被修改过的头信息都可能返回HTTP 400，要视情况而定。查看头信息IE下可以用HTTPWatch，或者用<a href="/post/486.html" rel="nofollow">Firefox下的一些Web开发测试插件</a><br />
如果是cookie的问题可以设置httpd.conf：<br />
LimitRequestFieldSize 限制客户端发送的请求头的字节数<br />
LimitRequestLine  限制接受客户端发送的HTTP请求行的字节数<br />
默认值是8190，但是注意改太大会影响服务器性能。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：aray</title>
		<link>http://www.jefflei.com/post/1021.html/comment-page-1#comment-20</link>
		<dc:creator>aray</dc:creator>
		<pubDate>Mon, 27 Apr 2009 07:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefflei.com/?p=1021#comment-20</guid>
		<description>apache的如何看？</description>
		<content:encoded><![CDATA[<p>apache的如何看？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

