> -----Ursprüngliche Nachricht-----
> Von: Pavel Stano 
> Gesendet: Montag, 3. Dezember 2007 09:53
> An: [email protected]
> Betreff: apache 2.2 mod_proxy_http disable buffering
> 
> 
> hello,
> 
> it is possible to disable buffering in mod_proxy_http ?
> or something like flush after each received data (i want this 

At least with 2.2.6 (possibly earlier 2.2.x versions) it has autoflushing.
This means once there is no more data available for reading in the response
stream from the backend it flushes what it got so far. So if your php script
on the backend generates its response in blocks with pause times between them
each of them will be send to the client immediately.

Regards

Rüdiger

Reply via email to