Tagged Questions
3
votes
2answers
695 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
2answers
606 views
mod_xsendfile for Win x64?
I'm trying to install the mod_xsendfile Apache Module on Windows (7) x64 (using Apache 2.2) -- yes I'm doomed from the get-go, I know :-). Apparently there is :
a) No Win x64 binary for ...
1
vote
2answers
132 views
X-SendFile on Apache2 (PHP) serving 0B file, no errors though
I installed mod_xsendfile and it seems to have been successful; xsendfile.load appears in /etc/apache2/mods-enabled, and I've found no errors when running my test script. However, every time I run it, ...
1
vote
2answers
154 views
upload analogue with XSendFile?
Is there some way to use something similar to x-sendfile for uploading files, e.g. saving particular stream/parameter from request to file, without putting it wholly into memory?
(In particular, with ...
0
votes
0answers
24 views
Did anyone used the XSENDFILETEMPORARY in apache2 virtual host?
Did anyone xsendfileTemporary in apache2 virtual host?
I have tried to use it in my virtual host, but it is showing the error message:
Syntax error on line 6 of ...
0
votes
1answer
202 views
Relative paths don't work in mod_xsendfile at Apache
I have problem, with mod_xsendfile. When I send to Apache header with absolute path (like /home/foo/foo.txt ) everything works fine. But when I use relative links I get strange errors in Apache's ...