From: Jakub Bogusz Date: Sat, 18 Sep 2004 21:24:58 +0000 (+0000) Subject: - AddEncoding directives belong to mod_mime, not here; moved header here X-Git-Tag: auto/ac/apache-2_0_51-2~4 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=28e123af9400d7386d7b77d0e78ac888ea03fc7d;p=packages%2Fapache.git - AddEncoding directives belong to mod_mime, not here; moved header here Changed files: apache-mod_autoindex.conf -> 1.4 --- diff --git a/apache-mod_autoindex.conf b/apache-mod_autoindex.conf index 7eb83f8..20b9319 100644 --- a/apache-mod_autoindex.conf +++ b/apache-mod_autoindex.conf @@ -1,5 +1,9 @@ LoadModule autoindex_module modules/mod_autoindex.so +# +# Directives controlling the display of server-generated directory listings. +# + # # FancyIndexing is whether you want fancy directory indexing or standard. @@ -74,14 +78,4 @@ LoadModule autoindex_module modules/mod_autoindex.so # IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t - # - # 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 - -