1a8dbabb03
-- mod_gzip transparently compresses the output of apache to client browsers. It uses the 'Accept-Encoding' header to determine whether or not the client browser wants gzipped content.
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
mod_gzip is a standard Apache Web Server module which acts as an
|
|
Internet Content Accelerator. Its function in life is to become an
|
|
integral 'part' of any existing Apache Web Server and see that the
|
|
content being delivered to the end-user, is as small and as optimized
|
|
as possible.
|
|
|
|
It makes use of the Accept-Encoding feature in most modern browsers
|
|
to deliver gzipped content transparently, and so cuts down on
|
|
bandwidth usage.
|
|
|
|
WWW: ${HOMEPAGE}
|