aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Compress/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-Compress/pkg-descr')
-rw-r--r--www/p5-Apache-Compress/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/p5-Apache-Compress/pkg-descr b/www/p5-Apache-Compress/pkg-descr
deleted file mode 100644
index a2286d764961..000000000000
--- a/www/p5-Apache-Compress/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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.