Comment 5 for bug 1167379

Revision history for this message
Milo Casagrande (milo) wrote :

The attached patch rewrites the dumb HTTP protocol we use in RhodeCode with an X-Sendfile directive.
In this way files are served by Apache instead of being served by RhodeCode.

It is necessary though to install libapache2-mod-xsendfile and to enable it in the Apache configuration.