]> git.pld-linux.org Git - packages/apache.git/commitdiff
- taken from apache1
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 12 Sep 2004 20:59:21 +0000 (20:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_autoindex.conf -> 1.2.2.1

apache-mod_autoindex.conf

index 539fa2e515dd16151d0c43696548ad3cc96ec2d4..a5ef5a5e8671b3eb81c92e22213e63edbd3f6aea 100644 (file)
@@ -2,12 +2,9 @@ LoadModule dir_module           modules/mod_autoindex.so
 
 <IfModule mod_autoindex.c>
        #
-       # FancyIndexing is whether you want fancy directory indexing or standard.
-       # VersionSort is whether files containing version numbers should be
-       # compared in the natural way, so that `apache-1.3.9.tar' is placed before
-       # `apache-1.3.12.tar'.
+       # FancyIndexing is whether you want fancy directory indexing or standard
        #
-       IndexOptions FancyIndexing VersionSort
+       IndexOptions FancyIndexing
 
        #
        # AddIcon* directives tell the server which icon to show for different
@@ -55,9 +52,9 @@ LoadModule dir_module           modules/mod_autoindex.so
        # directories.
        # Format: AddDescription "description" filename
        #
-       #AddDescription "GZIP compressed document" .gz
-       #AddDescription "tar archive" .tar
-       #AddDescription "GZIP compressed tar archive" .tgz
+       AddDescription "GZIP compressed document" .gz
+       AddDescription "tar archive" .tar
+       AddDescription "GZIP compressed tar archive" .tgz
 
        #
        # ReadmeName is the name of the README file the server will look for by
@@ -65,8 +62,14 @@ LoadModule dir_module           modules/mod_autoindex.so
        #
        # HeaderName is the name of a file which should be prepended to
        # directory indexes.
-       ReadmeName README.html
-       HeaderName HEADER.html
+       #
+       # If MultiViews are amongst the Options in effect, the server will
+       # first look for name.html and include it if found.  If name.html
+       # doesn't exist, the server will then look for name.txt and include
+       # it as plaintext if found.
+       #
+       ReadmeName README
+       HeaderName HEADER
 
        #
        # IndexIgnore is a set of filenames which directory indexing should ignore
@@ -81,7 +84,7 @@ LoadModule dir_module           modules/mod_autoindex.so
        # to do with the FancyIndexing customization directives above.
        #
        AddEncoding x-compress Z
-       AddEncoding x-gzip gz tgz
-       
+       AddEncoding x-gzip gz
+
 </IfModule>
 
This page took 0.129748 seconds and 4 git commands to generate.