You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2003/06/01 23:13:14 UTC

cvs commit: httpd-2.0/docs/conf httpd-std.conf.in httpd-win.conf

erikabele    2003/06/01 14:13:14

  Modified:    docs/conf Tag: APACHE_2_0_BRANCH httpd-std.conf.in
                        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
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.27.2.10 +2 -2      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.27.2.9
  retrieving revision 1.27.2.10
  diff -u -r1.27.2.9 -r1.27.2.10
  --- httpd-std.conf.in	29 May 2003 19:45:14 -0000	1.27.2.9
  +++ httpd-std.conf.in	1 Jun 2003 21:13:14 -0000	1.27.2.10
  @@ -695,8 +695,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 
  
  
  
  1.75.2.11 +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.75.2.10
  retrieving revision 1.75.2.11
  diff -u -r1.75.2.10 -r1.75.2.11
  --- httpd-win.conf	29 May 2003 19:45:15 -0000	1.75.2.10
  +++ httpd-win.conf	1 Jun 2003 21:13:14 -0000	1.75.2.11
  @@ -614,8 +614,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