You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Paul Ausbeck <pa...@alumni.cse.ucsc.edu> on 1999/01/26 18:06:56 UTC

compression and mod_negotiation

Peter Cranstone wrote:

>When you get mod_negotiation to finally work correctly, and with it
your
>version of compressed HTML(tm) you will immediately take a huge
performance
>hit on Apache.
>
>Why? For every file you store, you will now need to add another
compressed
>version of the same file. ...

My understanding is that if you wanted to ignore clients that couldn't
handle compression, you could just have the compressed file available.
That would yield the same result as using CHTML. Of course you might be
able to handle more users that way since both IE 4.0 and Navigator 4.5
handle gzip compression. As of yet there don't seem to be very many
CHTML enabled clients out there.

Paul Ausbeck