From cvs-return-16161-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Sun Jun 01 21:11:07 2003 Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 30799 invoked by uid 500); 1 Jun 2003 21:11:07 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 30788 invoked by uid 500); 1 Jun 2003 21:11:07 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 1 Jun 2003 21:11:06 -0000 Message-ID: <20030601211106.3419.qmail@icarus.apache.org> From: erikabele@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/conf httpd-win.conf X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N erikabele 2003/06/01 14:11:06 Modified: docs STATUS docs/conf httpd-win.conf Log: "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. Revision Changes Path 1.88 +4 -20 httpd-2.0/docs/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/docs/STATUS,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- STATUS 1 Jun 2003 20:48:54 -0000 1.87 +++ STATUS 1 Jun 2003 21:11:05 -0000 1.88 @@ -9,24 +9,6 @@ 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 @@ 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 @@ * 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) 1.88 +2 -2 httpd-2.0/docs/conf/httpd-win.conf Index: httpd-win.conf =================================================================== RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- httpd-win.conf 28 May 2003 20:40:07 -0000 1.87 +++ httpd-win.conf 1 Jun 2003 21:11:06 -0000 1.88 @@ -615,8 +615,8 @@ # 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