freebsd-ports/www/p5-Apache-Compress/pkg-descr
Mathieu Arnold 3a98c19091 Add p5-Apache-Compress 1.003, auto-compress web files with Gzip.
PR:		56652
Submitted by:	Martin Matuska <martin@tradex.sk>
2003-10-01 14:07:03 +00:00

10 lines
470 B
Text

This module lets you send the content of an HTTP response as gzip-
compressed data. Certain browsers (Netscape, IE) can request content
compression via the `Content-Encoding' header. This can speed things up
if you're sending large files to your users through slow connections.
Browsers that don't request gzipped data will receive regular
noncompressed data.
This module is compatibile with Apache::Filter, so you can compress the
output of other content-generators.