]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_autoindex.conf
- webserver(virtual) provides renamed to be shorter and less confusing
[packages/apache1.git] / apache1-mod_autoindex.conf
index a5ef5a5e8671b3eb81c92e22213e63edbd3f6aea..2135f991b52e2e4d522cba2f8dde9cfd0f3388a7 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,4 @@ 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>
-
This page took 0.324206 seconds and 4 git commands to generate.