Can you disable output buffering in Apache to make progressive rendering work? Preferably in .htaccess
I have a cgi script that will output a “generating your output…” message followed a few seconds later with “done…”. However, no matter what I do, no output reaches the browser until the script finishes completely. Here is a small example script: