When using mod_deflate in Apache2, Apache will chunk gzipped content, setting the Transfer-encoding: chunked header.
Is there any setting that would change Apache's default behavior, and have Apache set a Content-length header instead of chunking the response?