[Mod_gzip] Bypass mod_gzip using rspheader

Jens Vonderheide mod_gzip@lists.over.net
Sat, 31 May 2003 13:35:24 +0200


Hi all,

I have some pages that use a server-push to update a progress indicator in
the client's browser.
Naturally, this does not work with mod_gzip as mod_gzip always waits until
it has received all
data to send.
To work around this, I have added this line to the mod_gzip configuration:
mod_gzip_item_exclude           rspheader       X-No-GZIP:.*

and added a "X-No-GZIP: Yes" header to all these pages.

Unfortunately, this does not work as well. The page is not compressed, but
is still only send
out after it has been completed.

Any ideas on how to solve this?

Jens