diff options
author | tv <tv@pkgsrc.org> | 2002-04-01 17:44:43 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2002-04-01 17:44:43 +0000 |
commit | 850de1d1fd484ac6ac2782149f8612d65628c910 (patch) | |
tree | cc128728b19156feefe226ebcf4f9c2a10ad7a22 /www/ap-gzip/DESCR | |
parent | 919b7de04a9bca60a26e3819341140825e327bd9 (diff) | |
download | pkgsrc-850de1d1fd484ac6ac2782149f8612d65628c910.tar.gz |
Add mod_gzip 1.3.19.1a, an on-the-fly "Content-Encoding: gzip" compression
handler (useful for reducing the bandwidth expended in transferring large
plaintext or HTML files). From DESCR:
**
mod_gzip uses the well established and publicly available IETF
Content-Encoding standards in conjunction with publicy available GZIP
compression libraries such as ZLIB to deliver dynamically compressed
content 'on the fly' to any browser or user-agent that is capable of
receiving it. It is a software based solution that runs perfectly in
conjunction with any Apache Web Server on both UNIX and Win32 platforms.
No additional client side software is required to use this product.
mod_gzip does not require ANY software to be installed on the client
side. There is no accompanying 'Plug-in' or 'Client Proxy' of any kind.
All you need is your current HTTP 1.1 compliant browser. All modern
browsers released since early 1999 are already capable of receiving
compressed Internet content via standard IETF Content Encoding if they
are HTTP 1.1 compliant.
Diffstat (limited to 'www/ap-gzip/DESCR')
-rw-r--r-- | www/ap-gzip/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/ap-gzip/DESCR b/www/ap-gzip/DESCR new file mode 100644 index 00000000000..686437b6856 --- /dev/null +++ b/www/ap-gzip/DESCR @@ -0,0 +1,15 @@ +mod_gzip uses the well established and publicly available IETF +Content-Encoding standards in conjunction with publicy available GZIP +compression libraries such as ZLIB to deliver dynamically compressed +content 'on the fly' to any browser or user-agent that is capable of +receiving it. It is a software based solution that runs perfectly in +conjunction with any Apache Web Server on both UNIX and Win32 platforms. + +No additional client side software is required to use this product. + +mod_gzip does not require ANY software to be installed on the client +side. There is no accompanying 'Plug-in' or 'Client Proxy' of any kind. +All you need is your current HTTP 1.1 compliant browser. All modern +browsers released since early 1999 are already capable of receiving +compressed Internet content via standard IETF Content Encoding if they +are HTTP 1.1 compliant. |