Melchior
14th November 2008, 12:11
Hi there,
I need a solution to supply big files over a webserver. Those should be downloaded auth-protected (login/passwd) over http and php.
Until now I used mod_xsendfile (click (http://tn123.ath.cx/mod_xsendfile/)) with Apache 2.2 to do this. This works like a charm tested with maxsize of 100MB. It's a small extension for apache that get's active by a header-manipulation (via php) after the file was requested by the user...
Now it's necessary to cover files up to 5 GB.
Has somebody experience with those large files? I don't have anyone so it's hard for me to estimate this.
Perhaps it's better to bet on Lighty webserver instead using apache?
thx for help.
melchior
I need a solution to supply big files over a webserver. Those should be downloaded auth-protected (login/passwd) over http and php.
Until now I used mod_xsendfile (click (http://tn123.ath.cx/mod_xsendfile/)) with Apache 2.2 to do this. This works like a charm tested with maxsize of 100MB. It's a small extension for apache that get's active by a header-manipulation (via php) after the file was requested by the user...
Now it's necessary to cover files up to 5 GB.
Has somebody experience with those large files? I don't have anyone so it's hard for me to estimate this.
Perhaps it's better to bet on Lighty webserver instead using apache?
thx for help.
melchior