From 0f7188f0da1cfe12422951ec405e6cbb0e37e75c Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Sat, 11 Oct 2003 02:08:33 +0000 Subject: [PATCH] match the comments in 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101412 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf.in | 5 ++--- docs/conf/httpd-win.conf | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index a0abcc310d..db6238b25c 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -711,15 +711,14 @@ ServerSignature On # file mime.types for specific file types. # #AddType application/x-gzip .tgz - # # AddEncoding allows you to have certain browsers uncompress # information on the fly. Note: Not all browsers support this. # 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 # # If the AddEncoding directives above are commented-out, then you # probably should define those extensions to indicate media types: diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 9571a218e8..1e2d9d5662 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -621,15 +621,14 @@ IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t # file mime.types for specific file types. # #AddType application/x-gzip .tgz - # # AddEncoding allows you to have certain browsers uncompress # information on the fly. Note: Not all browsers support this. # 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 # # If the AddEncoding directives above are commented-out, then you # probably should define those extensions to indicate media types: -- 2.50.1