I can't find any information online about this, hopefully someone here can help out.
Our website hosts MOV downloads, but server space has started to become a concern. We have found that RAR can reduce the file size by as much as 70%. Unfortunately if users download .rar items it would require that many of them install 3rd party extraction software, and we want to avoid that.
How might Apache extract a .rar file on the fly before sending the extracted contents to a user? (so users would download the MOV extracted file). If this type of inflation is feasible, are there any latency or CPU concerns I would need to consider? What Apache modules, or directives might work to accomplish this?