<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.10" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: lighttpd plugins: mod_deflate for 1.4.13</title>
	<link>http://blog.quehy.com/archives/158.html</link>
	<description>ALaRechercheDuTempsPerdu</description>
	<pubDate>Tue, 06 Jan 2009 00:08:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.10</generator>

	<item>
		<title>by: acfear</title>
		<link>http://blog.quehy.com/archives/158.html#comment-3262</link>
		<pubDate>Wed, 20 Jun 2007 08:18:18 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-3262</guid>
					<description>lighttpd-1.4.13.mod_cache.v1.2.patch
lighttpd-1.4.13.mod_deflate.patch

这2个patch 有冲突么？打了这个打不了另外一个</description>
		<content:encoded><![CDATA[<p>lighttpd-1.4.13.mod_cache.v1.2.patch<br />
lighttpd-1.4.13.mod_deflate.patch</p>
<p>这2个patch 有冲突么？打了这个打不了另外一个
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: acfear</title>
		<link>http://blog.quehy.com/archives/158.html#comment-3261</link>
		<pubDate>Wed, 20 Jun 2007 08:17:35 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-3261</guid>
					<description>lighttpd-1.4.13.mod_deflate.patch</description>
		<content:encoded><![CDATA[<p>lighttpd-1.4.13.mod_deflate.patch
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: namosys</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1590</link>
		<pubDate>Mon, 06 Nov 2006 07:25:46 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1590</guid>
					<description>Try a script that outputs numbers from 1 to 1,000,000 and test its consistency. I often received corrupted (broken) outputs. Sometimes mod_fastcgi sets file_finished to 1 too early, so mod_deflate ends up the entire reply body too early.</description>
		<content:encoded><![CDATA[<p>Try a script that outputs numbers from 1 to 1,000,000 and test its consistency. I often received corrupted (broken) outputs. Sometimes mod_fastcgi sets file_finished to 1 too early, so mod_deflate ends up the entire reply body too early.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Q</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1567</link>
		<pubDate>Fri, 03 Nov 2006 06:41:18 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1567</guid>
					<description>我写了个简单PHP程序，输出一个512k大小内容，deflate.work-block-size=32, mod_deflate 表现正常，没有发现问题</description>
		<content:encoded><![CDATA[<p>我写了个简单PHP程序，输出一个512k大小内容，deflate.work-block-size=32, mod_deflate 表现正常，没有发现问题
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: namosys</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1555</link>
		<pubDate>Fri, 03 Nov 2006 02:43:05 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1555</guid>
					<description>About 550KB. deflate.work-block-size is 32.</description>
		<content:encoded><![CDATA[<p>About 550KB. deflate.work-block-size is 32.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Q</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1547</link>
		<pubDate>Thu, 02 Nov 2006 01:35:10 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1547</guid>
					<description>how large is your content? bigger that deflate.work-block-size * k bytes? I test to compress about 8M content without any problem</description>
		<content:encoded><![CDATA[<p>how large is your content? bigger that deflate.work-block-size * k bytes? I test to compress about 8M content without any problem
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: namosys</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1536</link>
		<pubDate>Wed, 01 Nov 2006 03:39:55 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1536</guid>
					<description>Still buggy when compressing large content. Try:



This will crash IE/FF and Opera all.</description>
		<content:encoded><![CDATA[<p>Still buggy when compressing large content. Try:</p>
<p>This will crash IE/FF and Opera all.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Q</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1533</link>
		<pubDate>Tue, 31 Oct 2006 06:06:03 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1533</guid>
					<description>deflate.sync-flush is buggy. but I don't remove it because I never enable it.</description>
		<content:encoded><![CDATA[<p>deflate.sync-flush is buggy. but I don't remove it because I never enable it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: zend</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1530</link>
		<pubDate>Tue, 31 Oct 2006 00:24:43 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1530</guid>
					<description>change this line 
s-&#62;output_buffer_size = 0;
to 
s-&#62;output_buffer_size = 32768;

and
set 
deflate.sync-flush = "enable"
to
deflate.sync-flush = "disable"
in lighttpd.conf

it worked.</description>
		<content:encoded><![CDATA[<p>change this line<br />
s-&gt;output_buffer_size = 0;<br />
to<br />
s-&gt;output_buffer_size = 32768;</p>
<p>and<br />
set<br />
deflate.sync-flush = &quot;enable&quot;<br />
to<br />
deflate.sync-flush = &quot;disable&quot;<br />
in lighttpd.conf</p>
<p>it worked.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Q</title>
		<link>http://blog.quehy.com/archives/158.html#comment-1526</link>
		<pubDate>Mon, 30 Oct 2006 15:23:01 +0000</pubDate>
		<guid>http://blog.quehy.com/archives/158.html#comment-1526</guid>
					<description>add 
deflate.output-buffer-size = 8192
to your lighttpd.conf and see if it worked for you.</description>
		<content:encoded><![CDATA[<p>add<br />
deflate.output-buffer-size = 8192<br />
to your lighttpd.conf and see if it worked for you.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
