]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fixed
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 12 Sep 2004 20:42:37 +0000 (20:42 +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

apache-mod_autoindex.conf

index a5ef5a5e8671b3eb81c92e22213e63edbd3f6aea..539fa2e515dd16151d0c43696548ad3cc96ec2d4 100644 (file)
@@ -2,9 +2,12 @@ LoadModule dir_module           modules/mod_autoindex.so
 
 <IfModule mod_autoindex.c>
        #
-       # FancyIndexing is whether you want fancy directory indexing or standard
+       # 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'.
        #
-       IndexOptions FancyIndexing
+       IndexOptions FancyIndexing VersionSort
 
        #
        # AddIcon* directives tell the server which icon to show for different
@@ -52,9 +55,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
@@ -62,14 +65,8 @@ LoadModule dir_module           modules/mod_autoindex.so
        #
        # HeaderName is the name of a file which should be prepended to
        # directory indexes.
-       #
-       # 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
+       ReadmeName README.html
+       HeaderName HEADER.html
 
        #
        # IndexIgnore is a set of filenames which directory indexing should ignore
@@ -84,7 +81,7 @@ LoadModule dir_module           modules/mod_autoindex.so
        # to do with the FancyIndexing customization directives above.
        #
        AddEncoding x-compress Z
-       AddEncoding x-gzip gz
-
+       AddEncoding x-gzip gz tgz
+       
 </IfModule>
 
This page took 0.040536 seconds and 4 git commands to generate.