强制Apache2发送Content-Length

我正在使用Apache2和mod_proxy来提供由一个封闭源http服务器生成的大文件(约15mb)。

由于该服务器不包括头Content-Length我不能显示我的jQuery页面中的下载进度。

有没有一个Apache模块或filter,让我强制该头?

这是Apache现在发送的头文件:

 < HTTP/1.1 200 OK < Date: Thu, 29 Jun 2017 20:53:40 GMT < Server: Apache/2.4.18 (Ubuntu) < Access-Control-Allow-Origin: * < Content-Type: application/dicom < Vary: Accept-Encoding < Content-Encoding: gzip < Transfer-Encoding: chunked