summaryrefslogtreecommitdiffstats
path: root/docs/conf
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-07-23 15:01:01 +0200
committerAndré Malo <nd@apache.org>2003-07-23 15:01:01 +0200
commitf3474ce230746b93455109032517e4ff75caa907 (patch)
treec066d97ddee48c018c3adfe04afcf4a426cb8ef8 /docs/conf
parentfix mod_status compilation on Win32 (stolen from mod_dav). (diff)
downloadapache2-f3474ce230746b93455109032517e4ff75caa907.tar.xz
apache2-f3474ce230746b93455109032517e4ff75caa907.zip
remove duped section
Submitted by: Justin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/httpd-std.conf.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in
index 53f0e914bc..ae06c53c70 100644
--- a/docs/conf/httpd-std.conf.in
+++ b/docs/conf/httpd-std.conf.in
@@ -729,15 +729,6 @@ ServerSignature On
AddType application/x-gzip .gz .tgz
#
- # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+)
- # 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
-
- #
# DefaultLanguage and AddLanguage allows you to specify the language of
# a document. You can then use content negotiation to give a browser a
# file in a language the user can understand.