Re: [us...@httpd] Streaming files with apache

2010-03-22 Thread Nick Kew
On 22 Mar 2010, at 08:46, Ofer Kalisky wrote: > Hi, > > Can the Apache web server stream regular files (i.e. not music etc), while > they're written, i.e. even if the server reaches EOF it continues to try to > read more of it until the client stops? As in, tail -f $file? Yes and no. The de

Re: [us...@httpd] Streaming files with apache

2010-03-22 Thread Jeff Trawick
On Mon, Mar 22, 2010 at 4:46 AM, Ofer Kalisky wrote: > Hi, > > Can the Apache web server stream regular files (i.e. not music etc), while > they're written, i.e. even if the server reaches EOF it continues to try to > read more of it until the client stops? that read-EOF handling is not available

[us...@httpd] Streaming files with apache

2010-03-22 Thread Ofer Kalisky
Hi, Can the Apache web server stream regular files (i.e. not music etc), while they're written, i.e. even if the server reaches EOF it continues to try to read more of it until the client stops? Thanks