On 2009-03-10 at 14:34:30, you wrote:
>I want to set up the web server to share file, but i know apache-1.3.x
>(which is openbsd default httpd) had the 4G file size limit, can i
> break this limit?

I don't know the correct answer to this question, but i thought of a 
possible work-around in the event the answer is "no".

Could you write a CGI program that serves the file? I don't know where 
Apache's 4 GB limit is. But if the limitation is in how Apache accesses 
the filesystem and not in how it manages network connections, then 
maybe a program that is capable of reading large files could get around 
the limit. This would most likely require mangling the URLs to the 
large files to really point to the program, unless you can do some 
mod_rewrite magic.

------------------------------------------------------------------------
Dan Ramaley                            Dial Center 118, Drake University
Network Programmer/Analyst             2407 Carpenter Ave
+1 515 271-4540                        Des Moines IA 50311 USA

Reply via email to