From 5bd9f78d42982ed1c863a759071585e3cbe54aa6 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sun, 1 Jun 2003 21:11:06 +0000 Subject: [PATCH] "Comment out .gz etc. AddEncoding lines in our default configuration. Current browsers have a tendency to decompress the data when no one really wants it to do that. If you want the old behavior that leads to transparent decompression by modern browsers, uncomment these lines. But, this shouldn't be our default." (see httpd-std.conf.in r1.32, jerenkrantz) Reviewed by: wrowe, slive, nd, erik Also removed the corresponding entry from STATUS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100131 13f79535-47bb-0310-9956-ffa450edef68 --- docs/STATUS | 24 ++++-------------------- docs/conf/httpd-win.conf | 4 ++-- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/docs/STATUS b/docs/STATUS index fdfaa5b0e6..183a06b9c1 100644 --- a/docs/STATUS +++ b/docs/STATUS @@ -1,5 +1,5 @@ Apache HTTP Server 2.1 Documentation Status File. -Last modified: $Date: 2003/06/01 20:48:54 $ +Last modified: $Date: 2003/06/01 21:11:05 $ For more information on how to contribute to the Apache Documentation Project, please see http://httpd.apache.org/docs-project/ @@ -9,24 +9,6 @@ Project, please see http://httpd.apache.org/docs-project/ Decisions pending ================= - -Comment out .gz etc. AddEncoding lines in our default configuration. - docs/conf/httpd-std.conf.in rev 1.32 - jerenkrantz said in the log message: - Current browsers have a tendency to decompress the data when no one - really wants it to do that. If you want the old behavior that leads to - transparent decompression by modern browsers, uncomment these lines. - But, this shouldn't be our default. - Someone else said: Certainly wasn't in 1.3. - nd adds: we should provide example solutions somewhere in the docs. - e.g.: .tar.gz should get the content-type application/x-gzip - (hmm, bad x-, better suggestions?). - - Forcetype ... - - - - Backport to 2.0 - +1: wrowe, slive, nd, erik - - Figure out what to do about the 2.0 FAQ - Copy important stuff from 1.3? - Some kind of XML? @@ -127,7 +109,7 @@ Documentation improvements a similar effect. * Autogeneration of PDF - - André is working on this, Erik volunteers to help out + - Andre is working on this, Erik volunteers to help out * Improving the documentation of the documentations' build system itself (requirements, procedures) @@ -154,3 +136,5 @@ Documentation improvements * Summarize all the implemented drafts/standards with short explanations within a document. (PR 16938) +* Provide example solutions for the mapping of encodings, especially + for .gz etc. (also in regard to our default configuration) diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index bd609f67ed..cc83ccab3d 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -615,8 +615,8 @@ IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t # Despite the name similarity, the following Add* directives have nothing # to do with the FancyIndexing customization directives above. # -AddEncoding x-compress Z -AddEncoding x-gzip gz tgz +#AddEncoding x-compress Z +#AddEncoding x-gzip gz tgz # # DefaultLanguage and AddLanguage allows you to specify the language of -- 2.50.1