]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_autoindex.conf
- -htpasswd: replaced usage with real desc; pl
[packages/apache.git] / apache-mod_autoindex.conf
index 539fa2e515dd16151d0c43696548ad3cc96ec2d4..37b44e72eeac3bf6f333d2b60cbbf82ae09a8456 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>
        #
@@ -74,14 +79,5 @@ 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 tgz
-       
 </IfModule>
-
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.02855 seconds and 4 git commands to generate.