]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_autoindex.conf
- load mod_mime_magic before mod_mime
[packages/apache1.git] / apache1-mod_autoindex.conf
index a5ef5a5e8671b3eb81c92e22213e63edbd3f6aea..0cde42f4cfe65243c6cca89de1bad6ed75ebff07 100644 (file)
@@ -1,4 +1,9 @@
-LoadModule dir_module           modules/mod_autoindex.so
+# $Id$
+LoadModule autoindex_module modules/mod_autoindex.so
+
+#
+# Directives controlling the display of server-generated directory listings.
+#
 
 <IfModule mod_autoindex.c>
        #
@@ -77,14 +82,6 @@ LoadModule dir_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
-
 </IfModule>
 
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.074277 seconds and 4 git commands to generate.