]> git.pld-linux.org Git - packages/apache.git/commitdiff
- AddEncoding directives belong to mod_mime, not here; moved header here
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Sep 2004 21:24:58 +0000 (21:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_autoindex.conf -> 1.4

apache-mod_autoindex.conf

index 7eb83f89cc32f1ba147215de5da9418440d8cb62..20b93198b9a14dca02a5f031ecf5934aedac5c95 100644 (file)
@@ -1,5 +1,9 @@
 LoadModule autoindex_module           modules/mod_autoindex.so
 
+#
+# Directives controlling the display of server-generated directory listings.
+#
+
 <IfModule mod_autoindex.c>
        #
        # 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
-       
 </IfModule>
-
This page took 0.040418 seconds and 4 git commands to generate.