]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_autoindex.conf
update more places to add libtool --tag=CC
[packages/apache.git] / apache-mod_autoindex.conf
index 662ff20f8e6bb715f57247a1fe77b174696a467d..b9c6ec19f65fb1c3d840a3a726a837e153a0a1d9 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 LoadModule autoindex_module    modules/mod_autoindex.so
 
 #
@@ -15,7 +14,7 @@ LoadModule autoindex_module   modules/mod_autoindex.so
 # IndexOptions: Controls the appearance of server-generated directory
 # listings.
 #
-IndexOptions FancyIndexing VersionSort Charset=UTF-8
+IndexOptions FancyIndexing HTMLTable VersionSort Charset=UTF-8
 
 # We include the /icons/ alias for FancyIndexed directory listings.  If
 # you do not use FancyIndexing, you may comment this out.
@@ -28,6 +27,10 @@ Alias /icons/ "/home/services/httpd/icons/"
        <IfModule mod_authz_host.c>
                Require all granted
        </IfModule>
+       <IfModule mod_access_compat.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
 </Directory>
 
 #
This page took 0.036666 seconds and 4 git commands to generate.