Tagged Questions

3
votes
2answers
708 views

X-Sendfile and VERY big files on Apache2

Any filesize over about 4GB is not going to work with the mod_xsendfile for Apache2 (as it sets the content length to a long). I am willing to rewrite it to support this; however, I can find no ...
2
votes
1answer
67 views

Django WSGI list enabled modules

I am using Django on Apache with mod_wsgi. I would like to use X-Sendfile for sending files, but with fallback when the X-Sendfile is not available. Is there any way to list loaded Apache modules or ...