[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#399580: apache2.2-common: .html.gz files don't get decompressed on the fly



Surprisingly the attached change solves issue on one of the machine but not 
the other. I can't be sure because both are hybrid Debian machines.

Ritesh


On Monday 20 November 2006 23:08, Ritesh Raj Sarraf wrote:
> Package: apache2.2-common
> Version: 2.2.3-3.1
> Severity: normal
> X-Debbugs-Cc: rrs@researchut.com
>
> apache2-common had no issues. I have lots of books in html format which I
> gzip to save disk space. Apache was good at serving such pages earlier.
>
> Recently after an upgrade to apache2.2-common it doesn't work. I've
> verified and the deflate module is enabled. There's no message in the logs
> also
>
> -- System Information:
> Debian Release: 4.0
>   APT prefers testing
>   APT policy: (990, 'testing'), (550, 'unstable'), (500, 'stable'),
> (350, 'experimental')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.18-xps
> Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
>
> Versions of packages apache2.2-common depends on:
> ii  apache2-utils                 2.2.3-3.1  utility programs for
> webservers ii  libmagic1                     4.17-4     File type
> determination library us
> ii  lsb-base                      3.1-15     Linux Standard Base 3.1 init
> scrip
> ii  mime-support                  3.37-1     MIME files 'mime.types'
> & 'mailcap
> ii  net-tools                     1.60-17    The NET-3 networking toolkit
>
> apache2.2-common recommends no packages.
>
> -- no debconf information

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."
"Stealing logic from one person is plagiarism, stealing from many is 
research."
"The great are those who achieve the impossible, the petty are those who 
cannot - rrs"
--- /tmp/apache2.conf	2006-11-20 23:17:19.000000000 +0530
+++ apache2.conf	2006-11-20 23:16:07.000000000 +0530
@@ -331,7 +331,7 @@
     # AddType allows you to add to or override the MIME configuration
     # file mime.types for specific file types.
     #
-    AddType application/x-gzip .tgz
+    # AddType application/x-gzip .tgz
     #
     # AddEncoding allows you to have certain browsers uncompress
     # information on the fly. Note: Not all browsers support this.
@@ -344,8 +344,8 @@
     # If the AddEncoding directives above are commented-out, then you
     # probably should define those extensions to indicate media types:
     #
-    AddType application/x-compress .Z
-    AddType application/x-gzip .gz .tgz
+    # AddType application/x-compress .Z
+    # AddType application/x-gzip .gz .tgz
 
     #
     # DefaultLanguage and AddLanguage allows you to specify the language of 

Attachment: pgpjDvtrGPRuH.pgp
Description: PGP signature


Reply to: