I believe Apache 2.x defaults to a http/1.1 chunk size of 8192 bytes?
I don't see a directive to change it - it there anything undocumented?
Also, is it possible to force a file to be chunked? Apache will typically not chunk a file if it knows the total size (like a static image). Can this behavior be changed?