Hi, Output buffers and postpone_output have disappeared from the wiki (were they ever there), are they still supported? Cheers Dave
on 06.05.2008 04:03
on 06.05.2008 08:33
On Tue, May 06, 2008 at 11:52:21AM +1000, Dave Cheney wrote: > Output buffers and postpone_output have disappeared from the wiki > (were they ever there), are they still supported? Yes, they are supported.
on 06.05.2008 08:53
Can you please give me a short rundown of the syntax options and I'll update the wiki. Cheers Dave
on 07.05.2008 22:11
On Tue, May 06, 2008 at 04:41:24PM +1000, Dave Cheney wrote: > Can you please give me a short rundown of the syntax options and I'll > update the wiki. output_buffers 1 32k; # default are used to read file if sendfile is disabled or if file content should be processed - SSI, substitution, charset recoding, gzipping. postpone_output 1460; # default is used to buffer data to send many small parts in one ethernet packet. Due to this directive HTTP response header is usually in the same packet as first response part.